Fix typo
This commit is contained in:
parent
41a60f00a3
commit
eee0919110
@ -426,7 +426,7 @@ function drawStatus()
|
|||||||
print("Current job: ")
|
print("Current job: ")
|
||||||
end
|
end
|
||||||
print()
|
print()
|
||||||
if turtle["startfuel"] then
|
if turtlestate["startfuel"] then
|
||||||
print("Starting Fuel: "..tostring(turtlestate["startfuel"]))
|
print("Starting Fuel: "..tostring(turtlestate["startfuel"]))
|
||||||
else
|
else
|
||||||
print("Starting Fuel: ")
|
print("Starting Fuel: ")
|
||||||
|
Loading…
Reference in New Issue
Block a user