Hotfix round restart loops (#16292)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -254,7 +254,7 @@ namespace Content.Server.GameTicking
|
||||
return;
|
||||
}
|
||||
|
||||
_sawmill.Warning($"Exception caught while trying to start the round! Restarting round...");
|
||||
_sawmill.Error($"Exception caught while trying to start the round! Restarting round...");
|
||||
_runtimeLog.LogException(e, nameof(GameTicker));
|
||||
_startingRound = false;
|
||||
RestartRound();
|
||||
|
||||
Reference in New Issue
Block a user