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