diff --git a/Assets/Scripts/Entities/SyncBases/Inventory.cs b/Assets/Scripts/Entities/SyncBases/Inventory.cs index 34e0dc7..6b1830a 100644 --- a/Assets/Scripts/Entities/SyncBases/Inventory.cs +++ b/Assets/Scripts/Entities/SyncBases/Inventory.cs @@ -88,8 +88,6 @@ namespace Cyber.Entities.SyncBases { byte[] Slots = reader.ReadBytesAndSize(); - Debug.Log(Slots); - byte[][] EquippedIdsBytes = new byte[4][]; EquippedIdsBytes[0] = reader.ReadBytesAndSize(); EquippedIdsBytes[1] = reader.ReadBytesAndSize();