diff --git a/code/modules/shuttles/shuttle_console.dm b/code/modules/shuttles/shuttle_console.dm index 88029386e4e41..427cc1be27630 100644 --- a/code/modules/shuttles/shuttle_console.dm +++ b/code/modules/shuttles/shuttle_console.dm @@ -14,10 +14,9 @@ var/ui_template = "shuttle_control_console.tmpl" -/obj/machinery/computer/shuttle_control/Initialize(mapload, init_shuttle_tag) + +/obj/machinery/computer/shuttle_control/Initialize(mapload) . = ..() - if (init_shuttle_tag) - shuttle_tag = init_shuttle_tag if (!shuttle_tag) sync_shuttle()