Show singlenode mapgen to menu (#5868)

Fix #5867
master
Loïc Blot 2017-06-01 23:18:24 +02:00 committed by GitHub
parent a7787bb9d2
commit 1c69476d9f
1 changed files with 1 additions and 1 deletions

View File

@ -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(