This commit is contained in:
Kai Vogelgesang 2020-07-08 12:48:41 +02:00
parent 004ec6e5d4
commit 15e280a1f3

View File

@ -237,7 +237,7 @@ local state_machine = {
-- initial setup -- initial setup
if not T.state.current_state then if not T.state.current_state then
T.setPosition(0, 0, 0, "-z") T.setPosition(0, 0, 0, "+z")
T.state.current_state = "RESUPPLY_FUEL" T.state.current_state = "RESUPPLY_FUEL"
end end