From: Olav Bakke Svendsen Date: Wed, 11 Oct 2023 23:04:39 +0000 (+0200) Subject: A few too many newlines X-Git-Tag: stable-steam~27 X-Git-Url: http://git.olavbs.no/?a=commitdiff_plain;h=4572f72d74b8433de93381b8a925b60c24e01bcb;p=cc.git A few too many newlines --- 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)