mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Fixes shuttles getting stuck when cancelling launch
This commit is contained in:
@@ -125,6 +125,7 @@
|
|||||||
|
|
||||||
moving_status = SHUTTLE_IDLE
|
moving_status = SHUTTLE_IDLE
|
||||||
process_state = WAIT_FINISH
|
process_state = WAIT_FINISH
|
||||||
|
in_use = null
|
||||||
|
|
||||||
if (docking_controller && !docking_controller.undocked())
|
if (docking_controller && !docking_controller.undocked())
|
||||||
docking_controller.force_undock()
|
docking_controller.force_undock()
|
||||||
|
|||||||
Reference in New Issue
Block a user