Skip to content

Commit

Permalink
morefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jan 15, 2025
1 parent 9fc0769 commit 0af5b1a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/modules/shuttle/shuttles/dropship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@
set_security_level(SEC_LEVEL_RED)
return

/obj/docking_port/mobile/marine_dropship/Destroy(force)
. = ..()
if(!QDELETED(door_control))
QDEL_NULL(door_control)

/obj/docking_port/mobile/marine_dropship/proc/on_dir_change(datum/source, old_dir, new_dir)
SIGNAL_HANDLER
for(var/place in shuttle_areas)
Expand Down

0 comments on commit 0af5b1a

Please sign in to comment.