From 4572f72d74b8433de93381b8a925b60c24e01bcb Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Thu, 12 Oct 2023 01:04:39 +0200 Subject: [PATCH] A few too many newlines --- steam/temporary-coal-feeder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/temporary-coal-feeder.lua b/steam/temporary-coal-feeder.lua index 4a0fdb0..c42f37f 100644 --- a/steam/temporary-coal-feeder.lua +++ b/steam/temporary-coal-feeder.lua @@ -63,7 +63,7 @@ while true do term.setCursorPos(1,1) print(tostring(num_barrels).." barrels and "..tostring(num_deployers).." deployers connected\n") print(tostring(num_deployers/2).." charcoal/minute needed") - print(tostring(total_coal).." available\n"..str.."\n") + print(tostring(total_coal).." available\n"..str) print("refreshes once every minute") feed(stock) os.sleep(60) -- 2.30.2