Skip to content

Commit

Permalink
And this
Browse files Browse the repository at this point in the history
Like I said, late-night coding...
  • Loading branch information
SabreML committed Feb 23, 2024
1 parent d9aec04 commit dee3c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/dead/observer/observer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
UnregisterSignal(observe_target_mob, COMSIG_PARENT_QDELETING)
UnregisterSignal(observe_target_mob, COMSIG_MOB_GHOSTIZE)
UnregisterSignal(observe_target_mob, COMSIG_MOB_NEW_MIND)
UnregisterSignal(observe_target_mob, COMSIG_MOB_LOGGED_IN)
UnregisterSignal(observe_target_mob, COMSIG_MOB_LOGIN)

if(observe_target_client)
UnregisterSignal(observe_target_client, COMSIG_CLIENT_SCREEN_ADD)
Expand Down

0 comments on commit dee3c64

Please sign in to comment.