This commit is contained in:
Dominic Zimmer 2020-07-06 00:57:07 +02:00
parent f45eefd932
commit 268c8679e1

View File

@ -375,7 +375,7 @@ while true do
status["state"] = "Waiting for job..."
drawStatus()
thejob = waitForJob()
status["job"] = thejob
--status["job"] = thejob
status["state"] = "Refueling..."
drawStatus()
doRefuel()