mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
Merge branch 'base'
This commit is contained in:
commit
b4a0d3d8c2
@ -25,6 +25,9 @@ export default class MarkerManager {
|
||||
}),
|
||||
this.checkLiveAPI()
|
||||
.then(this.initializePlayerMarkers)
|
||||
.catch(ignore => {
|
||||
if (this.blueMap.debugInfo) console.debug("Failed load live-players:", ignore);
|
||||
})
|
||||
])
|
||||
.then(this.loadMarkers)
|
||||
.then(this.updatePlayerMarkerLoop);
|
||||
|
Loading…
Reference in New Issue
Block a user