mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Fix null stat_panel read in subsystem fire
This commit is contained in:
@@ -364,7 +364,6 @@ GLOBAL_LIST_INIT(localhost_addresses, list(
|
||||
|
||||
dir = NORTH
|
||||
|
||||
GLOB.clients += src
|
||||
GLOB.directory[ckey] = src
|
||||
connection_time = world.time
|
||||
connection_realtime = world.realtime
|
||||
@@ -382,6 +381,7 @@ GLOBAL_LIST_INIT(localhost_addresses, list(
|
||||
// Instantiate stat panel
|
||||
stat_panel = new(src, "statbrowser")
|
||||
stat_panel.subscribe(src, PROC_REF(on_stat_panel_message))
|
||||
GLOB.clients += src
|
||||
// Instantiate tgui panel
|
||||
tgui_panel = new(src, "browseroutput")
|
||||
tgui_say = new(src, "tgui_say")
|
||||
|
||||
Reference in New Issue
Block a user