Skip to content

Commit

Permalink
Update PirateRadioSpawnRule.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Feb 11, 2024
1 parent f2fd5b0 commit f1fd4bd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ public sealed class PirateRadioSpawnRule : StationEventSystem<PirateRadioSpawnRu
[Dependency] private readonly MapLoaderSystem _map = default!;
[Dependency] private readonly IRobustRandom _random = default!;
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
[Dependency] private readonly ILogManager _log = default!;

protected override void Started(EntityUid uid, PirateRadioSpawnRuleComponent component, GameRuleComponent gameRule, GameRuleStartedEvent args)
{
Expand Down

0 comments on commit f1fd4bd

Please sign in to comment.