Skip to content

Commit

Permalink
move "max_lag" function a layer up
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Feb 18, 2020
1 parent 8a7563c commit 087a0f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions technic/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ else
end
local S = technic.getter

-- max_lag
dofile(modpath.."/max_lag.lua")

-- Read configuration file
dofile(modpath.."/config.lua")

Expand Down
1 change: 0 additions & 1 deletion technic/machines/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
File renamed without changes.

0 comments on commit 087a0f5

Please sign in to comment.