More 515 Compatibility

This commit is contained in:
Heroman3003
2023-06-05 21:21:35 +00:00
committed by CHOMPStation2
parent 3129a35fe2
commit 2281afdf24
142 changed files with 507 additions and 414 deletions
+1 -1
View File
@@ -89,7 +89,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()