Skip to content

Commit

Permalink
Severe lack of reading ability caused GC issue of multi-tile airlocks (
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRomainzZ authored Sep 22, 2024
1 parent 1cc99e0 commit 2fb0a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/airlock_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@
stack_trace("Attempted to pair an airlock filler with no parent airlock specified!")

filled_airlock = parent_airlock
RegisterSignal(filled_airlock, PROC_REF(no_airlock))
RegisterSignal(filled_airlock, COMSIG_PARENT_QDELETING, PROC_REF(no_airlock))

/obj/airlock_filler_object/proc/no_airlock()
UnregisterSignal(filled_airlock)
Expand Down

0 comments on commit 2fb0a18

Please sign in to comment.