From: Olav Bakke Svendsen Date: Thu, 12 Oct 2023 05:39:00 +0000 (+0200) Subject: Ugh X-Git-Tag: stable-steam~15 X-Git-Url: http://git.olavbs.no/?a=commitdiff_plain;h=65f6f39d5e6341303998d8d896c450c67b399116;p=cc.git Ugh --- diff --git a/steam/temporary-coal-feeder.lua b/steam/temporary-coal-feeder.lua index 98a727e..3e96b54 100644 --- a/steam/temporary-coal-feeder.lua +++ b/steam/temporary-coal-feeder.lua @@ -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