mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Removed a comment.
This commit is contained in:
parent
6cb7a25a16
commit
23fadc0c33
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ namespace MinecraftClient.Commands
|
||||||
Dictionary<int, List<Item>> foundItems = new();
|
Dictionary<int, List<Item>> foundItems = new();
|
||||||
|
|
||||||
List<Container> availableInventories = inventories.Values.ToList();
|
List<Container> availableInventories = inventories.Values.ToList();
|
||||||
//availableInventories.Remove(availableInventories.Find(i => i.ID == 0)!);
|
|
||||||
|
|
||||||
availableInventories.ForEach(inventory =>
|
availableInventories.ForEach(inventory =>
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue