A few too many newlines
authorOlav Bakke Svendsen <mail@olavbs.no>
Wed, 11 Oct 2023 23:04:39 +0000 (01:04 +0200)
committerOlav Bakke Svendsen <mail@olavbs.no>
Wed, 11 Oct 2023 23:04:39 +0000 (01:04 +0200)
steam/temporary-coal-feeder.lua

index 4a0fdb0f37333c200379e9d9b41981b03795ebff..c42f37f6a6f85cd130ea16f7d10970366446d1fd 100644 (file)
@@ -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)