diff options
author | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-03 20:38:56 +0100 |
---|---|---|
committer | thetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com> | 2017-10-03 20:38:56 +0100 |
commit | 894ea5174fb8c3be9038698cb119b24acbec8cea (patch) | |
tree | ff8b20a63787672265d8ea12615b6b70973fdbc2 /pipes.lua | |
parent | 8e53526b545e2dc0a05066fb18f064a394e20740 (diff) |
move new flow logic flag to dedicated toggles table
Diffstat (limited to 'pipes.lua')
-rw-r--r-- | pipes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |