Skip to content

Commit

Permalink
untroll
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndomen committed Jan 19, 2025
1 parent 17de7f7 commit 691d177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Content.Server/GameTicking/Rules/SecretRuleSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using Content.Server.Chat.Managers;
using Content.Server.GameTicking.Presets;
using Content.Server.GameTicking.Rules.Components;
using Content.Shared._DV.CCVars;
using Content.Shared._DV.CCVars; // DeltaV
using Content.Shared.GameTicking.Components;
using Content.Shared.Random;
using Content.Shared.CCVar;
Expand Down Expand Up @@ -61,7 +61,7 @@ protected override void Added(EntityUid uid, SecretRuleComponent component, Game
} // End Imp
} // DeltaV

foreach (var rule in preset.Rules)
foreach (var rule in preset.Rules)
{
EntityUid ruleEnt;

Expand Down

0 comments on commit 691d177

Please sign in to comment.