Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
AFCMS authored Feb 4, 2024
1 parent a1fbf9d commit a8cd8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ mc_faction = {}

local launch_array = {"util.lua", "parser.lua"}

for item in pairs(launch_array) do
for item in ipairs(launch_array) do
dofile(modpath .. item)
end

0 comments on commit a8cd8f2

Please sign in to comment.