Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsar-Salat committed Jan 15, 2025
1 parent dd7e20e commit 7487204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 7487204

Please sign in to comment.