Ugh
authorOlav Bakke Svendsen <mail@olavbs.no>
Thu, 12 Oct 2023 05:39:00 +0000 (07:39 +0200)
committerOlav Bakke Svendsen <mail@olavbs.no>
Thu, 12 Oct 2023 05:39:00 +0000 (07:39 +0200)
steam/temporary-coal-feeder.lua

index 98a727edb8c0b8efddc20f72a335bfd52e009433..3e96b54b62fcb240b968616159e74b917913ec1d 100644 (file)
@@ -113,6 +113,6 @@ while true do
     spinner_timer = os.startTimer(0)
   elseif e[1] == "timer" and e[2] == spinner_timer then
     spinner_timer = os.startTimer(0.5)
-    print_spinner(main_monitor, 29, 12, true)
+    print_spinner(main_monitor, 29, 12)
   end
 end