Fix?
This commit is contained in:
parent
96dc469e4b
commit
f45eefd932
@ -354,12 +354,16 @@ function drawStatus()
|
|||||||
print()
|
print()
|
||||||
print()
|
print()
|
||||||
if status["job"] then
|
if status["job"] then
|
||||||
print("Current job: "..status["job"])
|
print("Current job: "..tostring(status["job"]))
|
||||||
else
|
else
|
||||||
print("Current job: ")
|
print("Current job: ")
|
||||||
end
|
end
|
||||||
print()
|
print()
|
||||||
print("Last job fuel consumption: "..status["fuel"])
|
if status["job"] then
|
||||||
|
print("Last job fuel consumption: "..tostring(status["fuel"]))
|
||||||
|
else
|
||||||
|
print("Last job fuel consumption: ")
|
||||||
|
end
|
||||||
print()
|
print()
|
||||||
print("Status:")
|
print("Status:")
|
||||||
print(" "..status["state"])
|
print(" "..status["state"])
|
||||||
|
Loading…
Reference in New Issue
Block a user