We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3db44f commit 4f3bc05Copy full SHA for 4f3bc05
builtin/modmgr.lua
@@ -396,10 +396,7 @@ function modmgr.dialog_configure_world()
396
"button[7.4,6.35;2,0.5;btn_config_world_cancel;Cancel]"
397
398
if engine.setting_get("old_style_mod_selection") == "true" then
399
- local selected = engine.get_textlist_index("world_config_modlist")
400
- local mod = filterlist.get_list(modmgr.modlist)[selected]
401
-
402
- if mod ~= nil then
+ if mod ~= nil and mod.name ~= "" then
403
if mod.is_modpack then
404
local rawlist = filterlist.get_raw_list(modmgr.modlist)
405
0 commit comments