Fix inventory containers (#11944)

This commit is contained in:
Leon Friedrich
2022-10-16 17:16:27 +13:00
committed by GitHub
parent 7e41a7a31d
commit 243876474c
5 changed files with 33 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
namespace Content.Shared.Inventory;
namespace Content.Shared.Inventory;
public partial class InventorySystem
{
@@ -8,5 +8,6 @@ public partial class InventorySystem
base.Initialize();
InitializeEquip();
InitializeRelay();
InitializeSlots();
}
}