diff --git a/code/game/machinery/doors/firedoor.dm b/code/game/machinery/doors/firedoor.dm index a7aa51c9083b..3a560c678151 100644 --- a/code/game/machinery/doors/firedoor.dm +++ b/code/game/machinery/doors/firedoor.dm @@ -69,7 +69,6 @@ /obj/machinery/door/firedoor/Destroy() remove_from_areas() affecting_areas.Cut() - var/turf/T = get_turf(src) air_update_turf() return ..()