mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
hmm
This commit is contained in:
@@ -59,7 +59,7 @@ SUBSYSTEM_DEF(statpanels)
|
||||
var/client/target = currentrun[length(currentrun)]
|
||||
currentrun.len--
|
||||
|
||||
if(!target.stat_panel || !target.stat_panel.is_ready())
|
||||
if(!target?.stat_panel?.is_ready())
|
||||
continue
|
||||
|
||||
if(target.stat_tab == "Status" && num_fires % status_wait == 0)
|
||||
|
||||
Reference in New Issue
Block a user