mirror of
https://github.com/moparisthebest/minetest
synced 2024-11-10 19:35:12 -05:00
Remove unused required by list in worldconfig
This commit is contained in:
parent
0850d3fcf8
commit
7a9f365ba4
@ -444,11 +444,9 @@ function modmgr.dialog_configure_world()
|
||||
retval = retval ..
|
||||
"label[0,0.45;Mod:]" ..
|
||||
"label[0.75,0.45;" .. modname .. "]" ..
|
||||
"label[0,1.5;depends on:]" ..
|
||||
"textlist[0,2;5,2;world_config_depends;" ..
|
||||
modmgr.get_dependencys(modfolder) .. ";0]" ..
|
||||
"label[0,4;depends on:]" ..
|
||||
"textlist[0,4.5;5,2;world_config_is_required;;0]"
|
||||
"label[0,1.5;Depends:]" ..
|
||||
"textlist[0,2;5,4.25;world_config_depends;" ..
|
||||
modmgr.get_dependencys(modfolder) .. ";0]"
|
||||
|
||||
if modpack_selected then
|
||||
retval = retval ..
|
||||
|
Loading…
Reference in New Issue
Block a user