From 43b29dccc8e6d3eb8962a64ae0c4dbcce5de88a7 Mon Sep 17 00:00:00 2001 From: Olav Bakke Svendsen Date: Tue, 10 Oct 2023 17:14:51 +0200 Subject: [PATCH] Whoops 2 --- steam/simple-coal-feeder.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam/simple-coal-feeder.lua b/steam/simple-coal-feeder.lua index 87e9db7..cba5249 100644 --- a/steam/simple-coal-feeder.lua +++ b/steam/simple-coal-feeder.lua @@ -65,7 +65,7 @@ local main = function() while running do local cmd, arg = parse_command(read()) for c,f in pairs(case) do - if cmd == c then v(arg); break end + if cmd == c then f(arg); break end end end end -- 2.30.2