Update pinpointer.dm

This commit is contained in:
silicons
2021-01-26 07:26:59 -07:00
committed by GitHub
parent 93ff29a579
commit 0a5ad34fd6

View File

@@ -63,7 +63,7 @@
target = newtarget
RegisterSignal(target, COMSIG_PARENT_QDELETING, .proc/unset_target)
/obj/item/pinpoiter/proc/unset_target()
/obj/item/pinpointer/proc/unset_target()
if(!target)
return
UnregisterSignal(target, COMSIG_PARENT_QDELETING)