mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-22 16:12:19 +00:00
Update the codebase to 515. (#15553)
* Update the codebase to 515. * edit that * WHOOPS * maor * maybe works * libcall and shit * do that too * remove that * auxtools isnt updated so get rid of it * actually remove auxtools lol Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -82,7 +82,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