Fixed regression on ship control termination logic (wip)
This commit is contained in:
parent
0049322f8b
commit
2ec5612cb7
2 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ function ship_boot()
|
|||
w.writeLn("passed")
|
||||
end
|
||||
|
||||
ship.command("IDLE", true)
|
||||
ship.enable(true)
|
||||
ship.command("IDLE", true)
|
||||
w.sleep(0.3)
|
||||
end
|
||||
|
||||
|
|
|
@ -123,8 +123,8 @@ function ship_boot()
|
|||
w.writeLn("passed")
|
||||
end
|
||||
|
||||
ship.command("IDLE", true)
|
||||
ship.enable(true)
|
||||
ship.command("IDLE", true)
|
||||
w.sleep(0.3)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue