Skip to content

Commit

Permalink
Fix digtron HV connector again (broken in #113) (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: SX <sx@minetest>
  • Loading branch information
S-S-X and SX authored Nov 7, 2020
1 parent f336373 commit fc24e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions technic/machines/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ technic.digilines = {
}
}

-- https://github.com/mt-mods/technic/issues/100
dofile(path.."/compat/digtron.lua")

dofile(path.."/network.lua")

dofile(path.."/register/init.lua")
Expand All @@ -31,9 +34,6 @@ dofile(path.."/supply_converter.lua")

dofile(path.."/other/init.lua")

-- https://github.com/mt-mods/technic/issues/100
dofile(path.."/compat/digtron.lua")

--
-- Technic power network administrative functions
--
Expand Down

0 comments on commit fc24e42

Please sign in to comment.