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