Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes minor runtime in CAS Guidance system (#4705)
# About the pull request <!-- Remove this text and explain what the purpose of your PR is. Mention if you have tested your changes. If you changed a map, make sure you used the mapmerge tool. If this is an Issue Correction, you can type "Fixes Issue #169420" to link the PR to the corresponding Issue number #169420. Remember: something that is self-evident to you might not be to others. Explain your rationale fully, even if you feel it goes without saying. --> Recurring runtime on live server due to lack of unregistering the signal handler ``` proc name: stack trace (/proc/stack_trace) source file: code/__HELPERS/unsorted.dm,1893 usr: CKEY (/mob/living/carbon/human) src: null usr.loc: the floor (135,75,4) (/turf/open/shuttle/dropship) call stack: stack trace("mob_resist overridden. Use ove...") /datum/cas_fire_envelope/uscm_... (/datum/cas_fire_envelope/uscm_dropship): RegisterSignal(CKEY (/mob/living/carbon/human), "mob_resist", "exit_cam_resist", 0) /datum/cas_fire_envelope/uscm_... (/datum/cas_fire_envelope/uscm_dropship): add user to tracking(CKEY (/mob/living/carbon/human)) ... ``` # Explain why it's good for the game Less runtimes in log # Testing Photographs and Procedure Untested # Changelog No user facing changes
- Loading branch information