Show singlenode mapgen to menu (#5868)

Fix #5867
This commit is contained in:
Loïc Blot 2017-06-01 23:18:24 +02:00 committed by GitHub
parent a7787bb9d2
commit 1c69476d9f

@ -85,7 +85,7 @@ static MapgenDesc g_reg_mapgens[] = {
{"flat", true}, {"flat", true},
{"fractal", true}, {"fractal", true},
{"valleys", true}, {"valleys", true},
{"singlenode", false}, {"singlenode", true},
}; };
STATIC_ASSERT( STATIC_ASSERT(