Fix master
This commit is contained in:
parent
a983b5e2f5
commit
354017cce0
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
using System.Linq;
|
||||
using Content.Server.Cargo.Systems;
|
||||
using Content.Server.Chat.Managers;
|
||||
using Content.Server.GameTicking.Rules.Configurations;
|
||||
using Content.Server.RoundEnd;
|
||||
using Content.Server.Spawners.Components;
|
||||
using Content.Server.Station.Components;
|
||||
|
|
@ -119,9 +120,9 @@ public sealed class PiratesRuleSystem : GameRuleSystem
|
|||
}
|
||||
}
|
||||
|
||||
public override void Started() { }
|
||||
public override void Started(GameRuleConfiguration _) { }
|
||||
|
||||
public override void Ended() { }
|
||||
public override void Ended(GameRuleConfiguration _) { }
|
||||
|
||||
private void OnPlayerSpawningEvent(RulePlayerSpawningEvent ev)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue