lava-collector: fix typo
This commit is contained in:
parent
da03c0ee71
commit
572f729d0c
@ -98,7 +98,7 @@ local function despositRefill()
|
||||
print('sleeping for 15 seconds, waiting for the buckets to be returned')
|
||||
os.sleep(15)
|
||||
turtle.suckUp(16)
|
||||
while not redstone.getInput("right") then
|
||||
while not redstone.getInput("right") do
|
||||
print('no active redstone signal on the right side, waiting to start')
|
||||
os.sleep(5)
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user