Host can disable spawning of certain characters

GUITickBox might not work very well because of the override of Rect, might want to look into that later
This commit is contained in:
juanjp600
2016-10-03 22:27:32 -03:00
parent e1296e4a8e
commit 1187686449
5 changed files with 83 additions and 10 deletions

View File

@@ -302,7 +302,7 @@ namespace Barotrauma.Networking
if (gameStarted)
{
inGameHUD.Update((float)Physics.step);
//inGameHUD.Update((float)Physics.step);
if (respawnManager != null) respawnManager.Update(deltaTime);