Oh god (#5534)
* Fixes the funny station issue and prevents free respawns * not in the sudoers file
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user