mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-10 15:36:56 +01:00
it compiles, that's better than it not compiling, right?
This commit is contained in:
@@ -88,7 +88,7 @@ Notes:
|
||||
|
||||
/datum/tooltip/proc/hide()
|
||||
if (queueHide)
|
||||
addtimer(CALLBACK(src, .proc/do_hide), 1)
|
||||
addtimer(CALLBACK(src,PROC_REF(do_hide)), 1)
|
||||
else
|
||||
do_hide()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user