Resyncing netlobby if starting a shift fails (-> autorestart timer resets also at the clients' end)

This commit is contained in:
Regalis
2016-12-14 17:48:17 +02:00
parent d7ed27381f
commit 0e1c94e928

View File

@@ -956,6 +956,8 @@ namespace Barotrauma.Networking
if (autoRestart) AutoRestartTimer = Math.Max(AutoRestartInterval, 5.0f);
GameMain.NetLobbyScreen.StartButton.Enabled = true;
UpdateNetLobby(null, null);
couldNotStart = true;
}