summaryrefslogtreecommitdiff
path: root/pipes.lua
diff options
context:
space:
mode:
authorthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-20 22:46:51 +0100
committerthetaepsilon-gamedev <thetaepsilon-gamedev@noreply.users.github.com>2017-10-20 22:46:51 +0100
commit75978a020751ce5591d0fd0b8adeaa32422b2fe5 (patch)
treeb1ab231598b02f7342c95ded253c8f671c9b1bd1 /pipes.lua
parent538e33c537c2c6347a7a2251392fedbf5ee07ba3 (diff)
downloadpipeworks-75978a020751ce5591d0fd0b8adeaa32422b2fe5.tar
pipeworks-75978a020751ce5591d0fd0b8adeaa32422b2fe5.tar.gz
pipeworks-75978a020751ce5591d0fd0b8adeaa32422b2fe5.tar.bz2
pipeworks-75978a020751ce5591d0fd0b8adeaa32422b2fe5.tar.xz
pipeworks-75978a020751ce5591d0fd0b8adeaa32422b2fe5.zip
refactor pressure logic toggle to act as option enum
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 2acdfa9..602daab 100644
--- a/pipes.lua
+++ b/pipes.lua
@@ -213,7 +213,7 @@ pipeworks.pipes_empty_nodenames = pipes_empty_nodenames
-if not pipeworks.toggles.pressure_logic then
+if pipeworks.toggles.pipe_mode == "classic" then