diff options
author | root <root@linuxworks.belug.de> | 2017-10-22 21:09:00 +0200 |
---|---|---|
committer | root <root@linuxworks.belug.de> | 2017-10-22 21:09:00 +0200 |
commit | 31a6107b82ba1373289423b414b54b2818e61f3c (patch) | |
tree | b1ab231598b02f7342c95ded253c8f671c9b1bd1 /pipes.lua | |
parent | 277154cf2daf870044c6f5bac90f338552fb75df (diff) | |
parent | 75978a020751ce5591d0fd0b8adeaa32422b2fe5 (diff) |
Merge branch 'master' of https://github.com/minetest-mods/pipeworks
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.toggles.pressure_logic then +if pipeworks.toggles.pipe_mode == "classic" then |