From 7b28fafa3c80c9ca49159b5572b0d31effb51fef Mon Sep 17 00:00:00 2001 From: hydrant Date: Thu, 27 May 2021 22:29:46 +0200 Subject: [PATCH] fix death inventory --- ReallifeGamemode.Server/Events/Death.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")) {