mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
Ports Bay's updated evacuation controller and bluespace jump. (#12445)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
s["roundduration"] = get_round_duration_formatted()
|
||||
s["gameid"] = game_id
|
||||
s["game_state"] = SSticker ? 0 : SSticker.current_state
|
||||
s["transferring"] = !!(emergency_shuttle?.online())
|
||||
s["transferring"] = !!(evacuation_controller.is_evacuating())
|
||||
|
||||
s["players"] = clients.len
|
||||
s["staff"] = staff.len
|
||||
|
||||
Reference in New Issue
Block a user