mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Replaces GoonPS scheduled_tasks and obj processing with SMC processing subsystems and timer
This commit is contained in:
@@ -87,7 +87,7 @@ Notes:
|
||||
|
||||
/datum/tooltip/proc/hide()
|
||||
if (queueHide)
|
||||
schedule_task_with_source_in(1, src, .proc/do_hide)
|
||||
addtimer(CALLBACK(src, .proc/do_hide), 1)
|
||||
else
|
||||
do_hide()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user