Expeditions QOL (#15599)

This commit is contained in:
metalgearsloth
2023-04-21 15:05:50 +10:00
committed by GitHub
parent e780c6a98a
commit 0ebcba370f
7 changed files with 76 additions and 13 deletions

View File

@@ -71,6 +71,12 @@ namespace Content.Server.Salvage
InitializeRunner();
}
public override void Shutdown()
{
base.Shutdown();
ShutdownExpeditions();
}
private void OnRoundEnd(GameRunLevelChangedEvent ev)
{
if(ev.New != GameRunLevel.InRound)