diff options
author | proller <proller@github.com> | 2014-07-12 18:21:54 +0400 |
---|---|---|
committer | proller <proller@github.com> | 2014-07-12 18:21:54 +0400 |
commit | 2d90aca4ab876e3254f219b1d37f49257556d456 (patch) | |
tree | fc24333581a5f451c898e0666d8e6a5156dd9e58 /builtin | |
parent | 7df83c2c6785a1aef440e7c586b1ee0b3ff06f53 (diff) | |
download | minetest-2d90aca4ab876e3254f219b1d37f49257556d456.tar.gz minetest-2d90aca4ab876e3254f219b1d37f49257556d456.tar.bz2 minetest-2d90aca4ab876e3254f219b1d37f49257556d456.zip |
Remove indev mapgen
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/mainmenu/dlg_create_world.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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") |