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