Update client

This commit is contained in:
Dominic Zimmer 2020-07-07 17:50:30 +02:00
parent 41894a5542
commit ee5f4e8f6e

View File

@ -596,7 +596,7 @@ function doRefuel2()
moveSafe(turtle.forward, turtle.inspect, noop)
curfuel = turtle.getFuelLevel()
targetfuel = 1500
if turtlestate["fuel"] != "" then
if turtlestate["fuel"] ~= "" then
targetfuel = turtlestate["fuel"]
end
if curfuel > targetfuel then