1
0
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:
thetaepsilon-gamedev
2017-09-27 17:37:46 +01:00
parent df8ef255a3
commit 2d70d2b657
2 changed files with 7 additions and 4 deletions

View File

@ -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