Merge branch 'develop'

This commit is contained in:
hydrant
2021-05-27 22:30:11 +02:00

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"))
{