mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 14:50:41 +02:00
init.lua: turn off by-default new flow logic for now
This commit is contained in:
@ -27,6 +27,8 @@ local settings = {
|
||||
drop_on_routing_fail = false,
|
||||
|
||||
delete_item_on_clearobject = true,
|
||||
|
||||
enable_new_flow_logic = false,
|
||||
}
|
||||
|
||||
for name, value in pairs(settings) do
|
||||
|
Reference in New Issue
Block a user