Fix crash when built with RUN_IN_PLACE=TRUE

master
luk3yx 2022-08-11 16:20:20 +12:00
parent 0810698049
commit d006cb54f5
1 changed files with 1 additions and 1 deletions

View File

@ -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")