From: Loïc Blot <nerzhul@users.noreply.github.com>
Date: Thu, 1 Jun 2017 21:18:24 +0000 (+0200)
Subject: Show singlenode mapgen to menu (#5868)
X-Git-Tag: 0.4.16~51
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1c69476d9f10540088ead63c8bcae91f46bc84d8;p=oweals%2Fminetest.git

Show singlenode mapgen to menu (#5868)

Fix #5867
---

diff --git a/src/mapgen.cpp b/src/mapgen.cpp
index 6fd2ac580..dfe413a71 100644
--- a/src/mapgen.cpp
+++ b/src/mapgen.cpp
@@ -85,7 +85,7 @@ static MapgenDesc g_reg_mapgens[] = {
 	{"flat",       true},
 	{"fractal",    true},
 	{"valleys",    true},
-	{"singlenode", false},
+	{"singlenode", true},
 };
 
 STATIC_ASSERT(