From 88f3c90eecb0dfeb86d39081c5cba1c269f0e746 Mon Sep 17 00:00:00 2001 From: kziolkowski Date: Tue, 25 Nov 2025 16:13:17 +0100 Subject: [PATCH] :recycle: inventory works --- scripts/CSharp/Common/Inventory/InventoryInstance.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/CSharp/Common/Inventory/InventoryInstance.cs b/scripts/CSharp/Common/Inventory/InventoryInstance.cs index f6c0cea..498b297 100644 --- a/scripts/CSharp/Common/Inventory/InventoryInstance.cs +++ b/scripts/CSharp/Common/Inventory/InventoryInstance.cs @@ -18,7 +18,7 @@ public partial class InventoryInstance : Node, ISaveable [Signal] public delegate void InventoryContentsChangedEventHandler(); - private const string ID = "instace"; + private const string ID = "inventoryInstance"; /// /// The total amount of Inventoryslots in the inventory (empty and occupied).