From 74872042653f089d8c1b26f3c38d3cba5e51dad6 Mon Sep 17 00:00:00 2001 From: RKz Date: Tue, 14 Jan 2025 21:59:35 -0500 Subject: [PATCH] . --- code/modules/mob/mob.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 528335a21c3c3..e1c759cc844d8 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -554,7 +554,7 @@ else result = examinify.examine(src) client.recent_examines[ref_to_atom] = world.time // set to when we last normal examine'd them - addtimer(CALLBACK(src, .proc/clear_from_recent_examines, ref_to_atom), RECENT_EXAMINE_MAX_WINDOW) + addtimer(CALLBACK(src, PROC_REF(clear_from_recent_examines), ref_to_atom), RECENT_EXAMINE_MAX_WINDOW) else result = examinify.examine(src) // if a tree is examined but no client is there to see it, did the tree ever really exist?