mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 10:35:16 +01:00
Fix not able to teleport to players on other worlds. Fixes: #451
This commit is contained in:
parent
282b3806f3
commit
074bc4a436
@ -349,7 +349,7 @@ export class BlueMapApp {
|
||||
return new Promise((resolve, reject) => {
|
||||
let loader = new FileLoader();
|
||||
loader.setResponseType("json");
|
||||
loader.load(map.data.dataUrl + "live/players?" + generateCacheHash(),
|
||||
loader.load(map.data.dataUrl + "live/players.json?" + generateCacheHash(),
|
||||
fileData => {
|
||||
if (!fileData) reject(`Failed to parse '${this.fileUrl}'!`);
|
||||
else resolve(fileData);
|
||||
|
Loading…
Reference in New Issue
Block a user