diff --git a/ReallifeGamemode.Server/Events/Death.cs b/ReallifeGamemode.Server/Events/Death.cs index beb87ae1..63568241 100644 --- a/ReallifeGamemode.Server/Events/Death.cs +++ b/ReallifeGamemode.Server/Events/Death.cs @@ -47,7 +47,7 @@ namespace ReallifeGamemode.Server.Events return; } - player.ToggleInventory(InventoryToggleOption.HIDE); + //player.ToggleInventory(InventoryToggleOption.HIDE); if (player.HasData("IsCarryingPlant") || player.GetData("IsCarryingPlant")) {