Skip to content

Commit

Permalink
Update code/modules/admin/game_master/extra_buttons/fire_support_menu.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
sunofang and Zonespace27 committed Jul 23, 2024
1 parent a941e39 commit 04f3175
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ GLOBAL_DATUM_INIT(fire_support_menu, /datum/fire_support_menu, new)
///Deletes the mortar when the menu is closed so we dont make a thousand of them.
/datum/fire_support_menu/Destroy(force, ...)
QDEL_NULL(abstract_mortar)
. = ..()
return ..()

#undef ORDNANCE_OPTIONS
#undef ORBITAL_ORDNANCE
Expand Down

0 comments on commit 04f3175

Please sign in to comment.