diff --git a/BlueMapCore/src/main/webroot/js/libs/hud/MarkerManager.js b/BlueMapCore/src/main/webroot/js/libs/hud/MarkerManager.js index ec15a1d2..4ef3fa71 100644 --- a/BlueMapCore/src/main/webroot/js/libs/hud/MarkerManager.js +++ b/BlueMapCore/src/main/webroot/js/libs/hud/MarkerManager.js @@ -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);