Fixed regression on ship control termination logic (wip)

This commit is contained in:
Unknown 2019-01-02 19:12:58 +01:00 committed by unknown
parent 0049322f8b
commit 2ec5612cb7
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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