We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c5ccf commit 0d60bc5Copy full SHA for 0d60bc5
builtin/modmgr.lua
@@ -551,6 +551,7 @@ function modmgr.handle_modmgr_buttons(fields)
551
end
552
553
if fields["btn_mod_mgr_download"] ~= nil then
554
+ modstore.update_modlist()
555
retval.current_tab = "dialog_modstore_unsorted"
556
retval.is_dialog = true
557
retval.show_buttons = false
builtin/modstore.lua
@@ -32,7 +32,6 @@ function modstore.init()
32
modstore.basetexturedir = engine.get_gamepath() .. DIR_DELIM .. ".." ..
33
DIR_DELIM .. "textures" .. DIR_DELIM .. "base" ..
34
DIR_DELIM .. "pack" .. DIR_DELIM
35
- modstore.update_modlist()
36
37
modstore.current_list = nil
38
0 commit comments