use split map name for as type
This commit is contained in:
parent
f533d084f4
commit
14facbbd1c
@ -155,7 +155,7 @@ export default class LiveAtlasMapDefinition implements LiveAtlasTileLayerOptions
|
|||||||
case 'overworld':
|
case 'overworld':
|
||||||
default:
|
default:
|
||||||
worldType = 'world';
|
worldType = 'world';
|
||||||
mapType = ['surface', 'flat', 'biome', 'cave'].includes(mapName) ? this.name : 'flat';
|
mapType = ['surface', 'flat', 'biome', 'cave'].includes(mapName) ? mapName : 'flat';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user