Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Show singlenode mapgen to menu (#5868)
Fix #5867
  • Loading branch information
nerzhul committed Jun 1, 2017
1 parent a7787bb commit 1c69476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapgen.cpp
Expand Up @@ -85,7 +85,7 @@ static MapgenDesc g_reg_mapgens[] = {
{"flat", true},
{"fractal", true},
{"valleys", true},
{"singlenode", false},
{"singlenode", true},
};

STATIC_ASSERT(
Expand Down

0 comments on commit 1c69476

Please sign in to comment.