mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-21 18:16:09 +01:00
Fix missed path
This commit is contained in:
parent
aa584f60aa
commit
e339680978
@ -61,8 +61,8 @@ export class Map {
|
||||
sorting: 1000000,
|
||||
mapDataRoot: mapDataRoot,
|
||||
liveDataRoot: liveDataRoot,
|
||||
settingsUrl: mapDataRoot + "settings.json",
|
||||
texturesUrl: mapDataRoot + "textures.json",
|
||||
settingsUrl: mapDataRoot + "/settings.json",
|
||||
texturesUrl: mapDataRoot + "/textures.json",
|
||||
name: id,
|
||||
startPos: {x: 0, z: 0},
|
||||
skyColor: new Color(),
|
||||
|
Loading…
Reference in New Issue
Block a user