Skip to content

Commit

Permalink
Fix ignored mod.conf mod name for world.mt (broken by e8eaab6)
Browse files Browse the repository at this point in the history
Patch supplied by @pgimeno. Thank you.
  • Loading branch information
SmallJoker committed Dec 15, 2018
1 parent 05f3dbf commit 7efb407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/pkgmgr.lua
Expand Up @@ -25,7 +25,7 @@ function get_mods(path,retval,modpack)
local toadd = {}
retval[#retval + 1] = toadd

local mod_conf = Settings(prefix .. "mod.conf"):to_table()
local mod_conf = Settings(prefix .. DIR_DELIM .. "mod.conf"):to_table()
if mod_conf.name then
name = mod_conf.name
end
Expand Down

0 comments on commit 7efb407

Please sign in to comment.