From b190d29d21ace3c283ca56547915af7d6430fc2c Mon Sep 17 00:00:00 2001 From: unknown <24964441+wsor4035@users.noreply.github.com> Date: Mon, 19 Sep 2022 20:21:34 -0400 Subject: [PATCH] fix https://github.com/mt-mods/pipeworks/issues/44 --- init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 08c0875..8d698d6 100644 --- a/init.lua +++ b/init.lua @@ -178,8 +178,7 @@ if pipeworks.enable_redefines and (minetest.get_modpath("default") or minetest.g dofile(pipeworks.modpath.."/compat-furnaces.lua") end if pipeworks.enable_autocrafter then dofile(pipeworks.modpath.."/autocrafter.lua") end -if pipeworks.enable_lua_tube and - (minetest.get_modpath("mesecons") or minetest.get_modpath("digilines")) then +if pipeworks.enable_lua_tube and minetest.get_modpath("mesecons") then dofile(pipeworks.modpath.."/lua_tube.lua") end