From 2d90aca4ab876e3254f219b1d37f49257556d456 Mon Sep 17 00:00:00 2001 From: proller Date: Sat, 12 Jul 2014 18:21:54 +0400 Subject: Remove indev mapgen --- builtin/mainmenu/dlg_create_world.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin') diff --git a/builtin/mainmenu/dlg_create_world.lua b/builtin/mainmenu/dlg_create_world.lua index 9e04048cd..ae818d04b 100644 --- a/builtin/mainmenu/dlg_create_world.lua +++ b/builtin/mainmenu/dlg_create_world.lua @@ -16,7 +16,7 @@ --51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. local function create_world_formspec(dialogdata) - local mapgens = {"v6", "v7", "indev", "singlenode"} + local mapgens = {"v6", "v7", "singlenode"} local current_seed = core.setting_get("fixed_map_seed") or "" local current_mg = core.setting_get("mg_name") -- cgit v1.2.3