mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[MIRROR] Add missing SIGNAL_HANDLERs [MDB IGNORE] (#8834)
* Add missing SIGNAL_HANDLERs (#62115) Add missing SIGNAL_HANDLERs * Add missing SIGNAL_HANDLERs Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
disconnect(output)
|
||||
|
||||
/datum/port/input/proc/disconnect(datum/port/output/output)
|
||||
SIGNAL_HANDLER
|
||||
connected_ports -= output
|
||||
UnregisterSignal(output, COMSIG_PORT_SET_VALUE)
|
||||
UnregisterSignal(output, COMSIG_PORT_SET_TYPE)
|
||||
|
||||
Reference in New Issue
Block a user