From 894ea5174fb8c3be9038698cb119b24acbec8cea Mon Sep 17 00:00:00 2001 From: thetaepsilon-gamedev Date: Tue, 3 Oct 2017 20:38:56 +0100 Subject: move new flow logic flag to dedicated toggles table --- pipes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pipes.lua') 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 -- cgit v1.2.3