Add missing return statement to GameTicker.GamePreset

This commit is contained in:
Vera Aguilera Puerto
2022-03-03 23:41:42 +01:00
parent 3bf16a50a2
commit 4eb778ad43

View File

@@ -56,6 +56,7 @@ namespace Content.Server.GameTicking
if (startAttempt.Cancelled)
{
FailedPresetRestart();
return false;
}
RefreshLateJoinAllowed();