From 4917ae879317047807cad62f6a302b592a4b877c Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Mon, 1 Jan 2024 20:11:29 -0800 Subject: [PATCH] comment out reference to old confirm plugin --- test/quickfort/ecosystem.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/quickfort/ecosystem.lua b/test/quickfort/ecosystem.lua index bbe16319f..9e611a9df 100644 --- a/test/quickfort/ecosystem.lua +++ b/test/quickfort/ecosystem.lua @@ -396,8 +396,8 @@ end function extra_fns.gui_quantum(pos) local vehicles = assign_minecarts.get_free_vehicles() - local confirm_state = confirm.isEnabled() - local confirm_conf = confirm.get_conf_data() + --local confirm_state = confirm.isEnabled() + --local confirm_conf = confirm.get_conf_data() local routes = df.global.plotinfo.hauling.routes local num_routes = #routes local next_order_id = df.global.world.manager_order_next_id @@ -411,12 +411,14 @@ function extra_fns.gui_quantum(pos) item.flags.forbid = false end + --[[ if confirm_state then dfhack.run_command('enable confirm') for _,c in pairs(confirm_conf) do confirm.set_conf_state(c.id, c.enabled) end end + ]] end, function() -- forbid all available minecarts