[MIRROR] Remove janitor key UnregisterSignal [NO GBP] [MDB IGNORE] (#20122)

* Remove janitor key UnregisterSignal [NO GBP] (#74280)

## About The Pull Request

Removes UnregisterSignal when the janitor access key ring is destroyed.
Signal will clean itself up. Mentions adding janitor keys to the
Custodial Locator, which I forgot on the last PR
https://github.com/tgstation/tgstation/pull/74181

## Changelog
🆑 LT3
qol: Janitor access keys now show up on the Custodial Locator tablet app
/🆑

* Remove janitor key UnregisterSignal [NO GBP]

---------

Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-29 22:25:32 +01:00
committed by GitHub
co-authored by lessthanthree
parent 897d855452
commit fcd1b8bea0
-1
View File
@@ -25,7 +25,6 @@
GLOB.janitor_devices += src
/obj/item/access_key/Destroy()
UnregisterSignal(SSdcs, COMSIG_ON_DEPARTMENT_ACCESS)
GLOB.janitor_devices -= src
return ..()