From 6170b412ad03e6a03d99b079e0954e1b975258b1 Mon Sep 17 00:00:00 2001 From: Brevven Date: Thu, 26 Dec 2024 00:55:04 -0800 Subject: [PATCH] cleanup --- control-util.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/control-util.lua b/control-util.lua index bf45beb..a9964c8 100644 --- a/control-util.lua +++ b/control-util.lua @@ -17,7 +17,6 @@ function util.check_fluid_mining() if ( (force.technologies["uranium-processing"] and force.technologies["uranium-processing"].researched) or (force.technologies["titanium-processing"] and force.technologies["titanium-processing"].researched) or - (force.technologies["dummy-processing"] and force.technologies["dummy-processing"].researched) or false ) then force.technologies["fluid-mining"].researched = true