diff --git a/MinecraftClient/Commands/Inventory.cs b/MinecraftClient/Commands/Inventory.cs index a48b6c06..5821df68 100644 --- a/MinecraftClient/Commands/Inventory.cs +++ b/MinecraftClient/Commands/Inventory.cs @@ -112,7 +112,6 @@ namespace MinecraftClient.Commands Dictionary> foundItems = new(); List availableInventories = inventories.Values.ToList(); - //availableInventories.Remove(availableInventories.Find(i => i.ID == 0)!); availableInventories.ForEach(inventory => {