From ff726979a2abf9db77470b8d53587060cd6435fe Mon Sep 17 00:00:00 2001 From: Babaev <129369024+babaevlsdd@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:16:34 +0600 Subject: [PATCH] Update RevolutionaryRuleSystem.cs --- Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs index 7b20498ca2d..10a9d1d30fa 100644 --- a/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs +++ b/Content.Server/GameTicking/Rules/RevolutionaryRuleSystem.cs @@ -81,7 +81,7 @@ protected override void ActiveTick(EntityUid uid, RevolutionaryRuleComponent com if (CheckCommandLose()) { - _roundEnd.DoRoundEndBehavior(RoundEndBehavior.ShuttleCall, component.ShuttleCallTime); + _roundEnd.EndRound(); // Sunrise-Edit GameTicker.EndGameRule(uid, gameRule); } }