Merge branch 'base'

This commit is contained in:
Blue (Lukas Rieger) 2020-08-16 17:35:53 +02:00
commit b4a0d3d8c2
1 changed files with 3 additions and 0 deletions

View File

@ -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);