* Fixes the funny station issue and prevents free respawns

* not in the sudoers file
This commit is contained in:
Moony
2021-11-26 04:03:29 -06:00
committed by GitHub
parent 7aa5818cd2
commit 85ea135ad4
2 changed files with 8 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ public class StationSystem : EntitySystem
/// </summary>
private void OnRoundEnd(GameRunLevelChangedEvent eventArgs)
{
if (eventArgs.New == GameRunLevel.PostRound)
if (eventArgs.New == GameRunLevel.PreRoundLobby)
_stationInfo = new();
}