Fixed invalid reference to ship controller in default LUA scripts

This commit is contained in:
Unknown 2019-09-09 23:12:33 +02:00 committed by unknown
parent 8d44c9dda7
commit b9494cfabf
2 changed files with 2 additions and 2 deletions

View file

@ -323,7 +323,7 @@ function ship_page_setDimensions()
w.setColorHelp()
w.writeFullLine(" Enter ship size in blocks (0-9).")
w.writeFullLine(" First block next to Ship counts as 1.")
w.writeFullLine(" Ship controller counts as 'Front = 1'.")
w.writeFullLine(" ")
w.writeFullLine(" Press Enter to save your selection.")
w.setCursorPos(1, 3)

View file

@ -328,7 +328,7 @@ function ship_page_setDimensions()
w.setColorHelp()
w.writeFullLine(" Enter ship size in blocks (0-9).")
w.writeFullLine(" First block next to Ship counts as 1.")
w.writeFullLine(" Ship controller counts as 'Front = 1'.")
w.writeFullLine(" ")
w.writeFullLine(" Press Enter to save your selection.")
w.setCursorPos(1, 3)