Fixed invalid reference to ship controller in default LUA scripts
This commit is contained in:
parent
8d44c9dda7
commit
b9494cfabf
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue