mirror of
https://github.com/minetest-mods/technic.git
synced 2025-02-22 23:00:22 +01:00
move "max_lag" function a layer up
This commit is contained in:
parent
8a7563c096
commit
087a0f5610
@ -20,6 +20,9 @@ else
|
||||
end
|
||||
local S = technic.getter
|
||||
|
||||
-- max_lag
|
||||
dofile(modpath.."/max_lag.lua")
|
||||
|
||||
-- Read configuration file
|
||||
dofile(modpath.."/config.lua")
|
||||
|
||||
|
@ -7,7 +7,6 @@ dofile(path.."/LV/init.lua")
|
||||
dofile(path.."/MV/init.lua")
|
||||
dofile(path.."/HV/init.lua")
|
||||
|
||||
dofile(path.."/max_lag.lua")
|
||||
dofile(path.."/switching_station.lua")
|
||||
dofile(path.."/switching_station_globalstep.lua")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user