CSMs parser - not working now - just disabling

master
zmv7 2022-08-09 17:49:37 +05:00 committed by GitHub
parent c7d404c440
commit de74b6d014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -405,7 +405,7 @@ local function parse_config_file(read_all, parse_mods)
end
end
-- Parse client mods
--[[ Parse client mods
local clientmods_category_initialized = false
local clientmods = {}
get_mods(core.get_clientmodpath(), "clientmods", clientmods)
@ -433,7 +433,7 @@ local function parse_config_file(read_all, parse_mods)
file:close()
end
end
end]]
end
return settings