Skip to content

Commit

Permalink
Update RevolutionaryRuleSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
babaevlsdd committed Jan 9, 2025
1 parent 22a5170 commit ff72697
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}
Expand Down

0 comments on commit ff72697

Please sign in to comment.