1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Remove indev mapgen

This commit is contained in:
proller 2014-07-12 18:21:54 +04:00
parent 7df83c2c67
commit 2d90aca4ab
6 changed files with 2 additions and 529 deletions

View file

@ -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")