Stop deadminned staff from destroying the server (#15354)

This commit is contained in:
Wildkins
2022-12-17 20:01:49 +01:00
committed by GitHub
parent b6075283c0
commit 6a34d26599
3 changed files with 11 additions and 4 deletions
@@ -15,8 +15,8 @@
s["stationtime"] = worldtime2text()
s["roundduration"] = get_round_duration_formatted()
s["gameid"] = game_id
s["game_state"] = SSticker ? 0 : SSticker.current_state
s["transferring"] = !!(evacuation_controller.is_evacuating())
s["game_state"] = SSticker ? SSticker.current_state : 0
s["transferring"] = evacuation_controller?.is_evacuating()
s["players"] = clients.len
s["staff"] = staff.len