From 04f31751f3035f45bf32514eee49ef6062672802 Mon Sep 17 00:00:00 2001 From: sunofang <38206283+sunofang@users.noreply.github.com> Date: Tue, 23 Jul 2024 17:52:50 +0200 Subject: [PATCH] Update code/modules/admin/game_master/extra_buttons/fire_support_menu.dm Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com> --- .../admin/game_master/extra_buttons/fire_support_menu.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm index ec3576705c..8a5b5647ae 100644 --- a/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm +++ b/code/modules/admin/game_master/extra_buttons/fire_support_menu.dm @@ -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