fix(lib): require lib first
This commit is contained in:
parent
09543b2dcd
commit
6d8ce9b2be
@ -4,11 +4,11 @@ HttpAddress = "127.0.0.1:8080"
|
|||||||
Owners = { "ErrorNoInternet" }
|
Owners = { "ErrorNoInternet" }
|
||||||
|
|
||||||
for _, module in ipairs({
|
for _, module in ipairs({
|
||||||
|
"lib",
|
||||||
"automation",
|
"automation",
|
||||||
"enum",
|
"enum",
|
||||||
"events",
|
"events",
|
||||||
"inventory",
|
"inventory",
|
||||||
"lib",
|
|
||||||
"movement",
|
"movement",
|
||||||
"utils",
|
"utils",
|
||||||
}) do
|
}) do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user