Skip to content

Commit

Permalink
always end the round when nuke explodes
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Mar 3, 2025
1 parent 7936bb9 commit 06d622f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ private void OnNukeExploded(NukeExplodedEvent ev)

_roundEndSystem.EndRound();
}

_roundEndSystem.EndRound(); // DeltaV - end the round regardless of game rules
}

// DeltaV - Kidnap heads nukie objective
Expand Down

0 comments on commit 06d622f

Please sign in to comment.