Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnemotechnician committed Dec 16, 2024
1 parent b17765a commit 9afb842
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
using Robust.Shared.Prototypes;
using Robust.Shared.Random;


namespace Content.Server.FloofStation.GameTicking;

/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/StationEvents/EventManagerSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public override void Initialize()

Subs.CVar(_configurationManager, CCVars.EventsEnabled, SetEnabled, true);

_eventConditionDeps = new(EntityManager, GameTicker, this);
_eventConditionDeps = new(EntityManager, GameTicker, this); // Floof
_eventConditionDeps.Initialize();
}

Expand Down

0 comments on commit 9afb842

Please sign in to comment.