mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Stop deadminned staff from destroying the server (#15354)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user