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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user