From 572f729d0cdc842dab033d0b4179550cef238e45 Mon Sep 17 00:00:00 2001 From: Navid Sassan Date: Sun, 3 Dec 2023 17:23:28 +0100 Subject: [PATCH] lava-collector: fix typo --- lava-collector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lava-collector b/lava-collector index b5c3308..cd365d0 100644 --- a/lava-collector +++ b/lava-collector @@ -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