Skip to content

Commit

Permalink
Fix airlock Destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Jun 6, 2024
1 parent dc277a4 commit c963ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/airlock.dm
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GLOBAL_LIST_INIT(airlock_wire_descriptions, list(

/obj/structure/machinery/door/airlock/Destroy()
QDEL_NULL_LIST(attached_signallers)
QDEL_NULL(closeOther)
closeOther = null
QDEL_NULL(electronics)
return ..()

Expand Down

0 comments on commit c963ddf

Please sign in to comment.