Fix missed path

This commit is contained in:
Lukas Rieger (Blue) 2024-09-28 11:53:33 +02:00
parent aa584f60aa
commit e339680978
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

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