Merge branch 'feature/live' into base

This commit is contained in:
Blue (Lukas Rieger) 2020-08-16 17:35:43 +02:00
commit 0a3c96ef04

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