]> git.lizzy.rs Git - minetest.git/commitdiff
Show singlenode mapgen to menu (#5868)
authorLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 1 Jun 2017 21:18:24 +0000 (23:18 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 21:18:24 +0000 (23:18 +0200)
Fix #5867

src/mapgen.cpp

index 6fd2ac58022988c56f6a5af66b54b229e73a4311..dfe413a71436962d09c9c4b309f96929b284b54a 100644 (file)
@@ -85,7 +85,7 @@ static MapgenDesc g_reg_mapgens[] = {
        {"flat",       true},
        {"fractal",    true},
        {"valleys",    true},
-       {"singlenode", false},
+       {"singlenode", true},
 };
 
 STATIC_ASSERT(