mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Signal Handler Preperation (#17681)
* FIrst pass * signal handler only on base proc * missing signal_handlers * windoor to timers * Testing a really dumb fix
This commit is contained in:
@@ -451,9 +451,9 @@ SUBSYSTEM_DEF(statpanels)
|
||||
on_mob_move(parent.mob)
|
||||
|
||||
/datum/object_window_info/proc/turflist_changed(mob/source)
|
||||
SIGNAL_HANDLER
|
||||
if(!parent)//statbrowser hasnt fired yet and we still have a pending action
|
||||
return
|
||||
SIGNAL_HANDLER
|
||||
if(!(flags & TURFLIST_UPDATED)) //Limit updates to 1 per tick
|
||||
SSstatpanels.immediate_send_stat_data(parent)
|
||||
flags |= TURFLIST_UPDATED
|
||||
|
||||
Reference in New Issue
Block a user