From 23fadc0c3349f3b56a133464dbee495a451fc3cd Mon Sep 17 00:00:00 2001 From: Milutinke Date: Fri, 23 Sep 2022 20:21:56 +0200 Subject: [PATCH] Removed a comment. --- MinecraftClient/Commands/Inventory.cs | 1 - 1 file changed, 1 deletion(-) 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 => {