Add missing return statement to GameTicker.GamePreset
This commit is contained in:
@@ -56,6 +56,7 @@ namespace Content.Server.GameTicking
|
||||
if (startAttempt.Cancelled)
|
||||
{
|
||||
FailedPresetRestart();
|
||||
return false;
|
||||
}
|
||||
|
||||
RefreshLateJoinAllowed();
|
||||
|
||||
Reference in New Issue
Block a user