From 33b181784ac8a27c4eeec7b2ce6e3c9b7102f90b Mon Sep 17 00:00:00 2001 From: Evil Factory <36804725+evilfactory@users.noreply.github.com> Date: Sat, 12 Mar 2022 22:23:35 -0300 Subject: [PATCH] added ItemSlot register --- Barotrauma/BarotraumaShared/Lua/DefaultRegister.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Barotrauma/BarotraumaShared/Lua/DefaultRegister.lua b/Barotrauma/BarotraumaShared/Lua/DefaultRegister.lua index ae8eae0a0..7128f0e80 100644 --- a/Barotrauma/BarotraumaShared/Lua/DefaultRegister.lua +++ b/Barotrauma/BarotraumaShared/Lua/DefaultRegister.lua @@ -47,7 +47,6 @@ RegisterBarotrauma("MapEntity") RegisterBarotrauma("MapEntityPrefab") RegisterBarotrauma("CauseOfDeath") RegisterBarotrauma("CharacterTeamType") -RegisterBarotrauma("CharacterInventory") RegisterBarotrauma("Hull") RegisterBarotrauma("Gap") RegisterBarotrauma("PhysicsBody") @@ -66,6 +65,8 @@ RegisterBarotrauma("Networking.ServerSettings") RegisterBarotrauma("Networking.ServerSettings+SavedClientPermission") RegisterBarotrauma("Inventory") RegisterBarotrauma("ItemInventory") +RegisterBarotrauma("CharacterInventory") +RegisterBarotrauma("Inventory+ItemSlot") RegisterBarotrauma("FireSource") RegisterBarotrauma("Items.Components.Connection")