Fix a typo (crash)

This commit is contained in:
kay27 2022-02-02 04:15:03 +04:00
parent 6e43c62680
commit 4f10c8c032
1 changed files with 1 additions and 1 deletions

View File

@ -1228,7 +1228,7 @@ local void_layers = {
}
local bedrock_layers = {}
if not singlelayer then
if not singlenode then
bedrock_layers = {
{mcl_mapgen.overworld.bedrock_min , mcl_mapgen.overworld.bedrock_max },
{mcl_mapgen.nether.bedrock_bottom_min, mcl_mapgen.nether.bedrock_bottom_max},