Update client
This commit is contained in:
parent
41894a5542
commit
ee5f4e8f6e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user