summaryrefslogtreecommitdiff
path: root/pipes.lua
diff options
context:
space:
mode:
authorthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-03 20:38:56 +0100
committerthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-03 20:38:56 +0100
commit894ea5174fb8c3be9038698cb119b24acbec8cea (patch)
treeff8b20a63787672265d8ea12615b6b70973fdbc2 /pipes.lua
parent8e53526b545e2dc0a05066fb18f064a394e20740 (diff)
downloadpipeworks-894ea5174fb8c3be9038698cb119b24acbec8cea.tar
pipeworks-894ea5174fb8c3be9038698cb119b24acbec8cea.tar.gz
pipeworks-894ea5174fb8c3be9038698cb119b24acbec8cea.tar.bz2
pipeworks-894ea5174fb8c3be9038698cb119b24acbec8cea.tar.xz
pipeworks-894ea5174fb8c3be9038698cb119b24acbec8cea.zip
move new flow logic flag to dedicated toggles table
Diffstat (limited to 'pipes.lua')
-rw-r--r--pipes.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipes.lua b/pipes.lua
index c6ba09b..2acdfa9 100644
--- a/pipes.lua
+++ b/pipes.lua
@@ -213,7 +213,7 @@ pipeworks.pipes_empty_nodenames = pipes_empty_nodenames
-if not pipeworks.enable_new_flow_logic then
+if not pipeworks.toggles.pressure_logic then