From 7a9f365ba4976ac18c03290bd6f16b7b05126116 Mon Sep 17 00:00:00 2001 From: sapier Date: Fri, 12 Jul 2013 23:25:58 +0200 Subject: [PATCH] Remove unused required by list in worldconfig --- builtin/modmgr.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/builtin/modmgr.lua b/builtin/modmgr.lua index b42492882..b26440a54 100644 --- a/builtin/modmgr.lua +++ b/builtin/modmgr.lua @@ -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 ..