Skip to content

Commit

Permalink
[MIRROR] fix shuttle console not connecting after rebuild (#2708)
Browse files Browse the repository at this point in the history
Co-authored-by: MuckerMayhem <[email protected]>
Co-authored-by: Lexanx <[email protected]>
  • Loading branch information
3 people authored Nov 23, 2024
1 parent fa70d7d commit 433f80c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/shuttles/shuttle_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 433f80c

Please sign in to comment.