Hotfix round restart loops (#16292)

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
metalgearsloth
2023-05-11 11:00:39 +10:00
committed by GitHub
parent 90d13d79ac
commit 20748cc542
3 changed files with 22 additions and 3 deletions

View File

@@ -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();