Skip to content

Commit

Permalink
re-enable tp tube override
Browse files Browse the repository at this point in the history
  • Loading branch information
naturefreshmilk committed Nov 26, 2019
1 parent 5dc0f49 commit 45ece54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ dofile(MP.."/fleet_functions.lua")
dofile(MP.."/fleet_controller.lua")
dofile(MP.."/blacklist.lua")

-- if minetest.get_modpath("pipeworks") then
-- dofile(MP.."/override/teleport_tube.lua")
-- end
if minetest.get_modpath("pipeworks") then
dofile(MP.."/override/teleport_tube.lua")
end

if minetest.get_modpath("monitoring") then
-- enable metrics
Expand Down

0 comments on commit 45ece54

Please sign in to comment.