Fix crash when built with RUN_IN_PLACE=TRUE
This commit is contained in:
parent
0810698049
commit
d006cb54f5
@ -408,7 +408,7 @@ local function parse_config_file(read_all, parse_mods)
|
||||
-- Parse client mods
|
||||
local clientmods_category_initialized = false
|
||||
local clientmods = {}
|
||||
get_mods(core.get_clientmodpath(), "clientmods", clientmods)
|
||||
get_mods(core.get_clientmodpath(), clientmods)
|
||||
for _, mod in ipairs(clientmods) do
|
||||
local path = mod.path .. DIR_DELIM .. FILENAME
|
||||
local file = io.open(path, "r")
|
||||
|
Loading…
x
Reference in New Issue
Block a user