fix death inventory

This commit is contained in:
hydrant
2021-05-27 22:29:46 +02:00
parent e7be855f6f
commit 7b28fafa3c

View File

@@ -47,7 +47,7 @@ namespace ReallifeGamemode.Server.Events
return;
}
player.ToggleInventory(InventoryToggleOption.HIDE);
//player.ToggleInventory(InventoryToggleOption.HIDE);
if (player.HasData("IsCarryingPlant") || player.GetData<bool>("IsCarryingPlant"))
{