Skip to content

Commit 2cd3bfc

Browse files
committed
chore: correctly name class
1 parent ce7eaa7 commit 2cd3bfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BlueMap/PrivateLocation/src/main/resources/bluemap-privatelocation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ void async function() {
22
console.log("[PrivateLocation/info] Private location loaded!");
33

44
const PlayerMarkerManager = window.bluemap.playerMarkerManager.constructor;
5-
const BlueMapMap = window.bluemap.constructor;
5+
const BlueMapApp = window.bluemap.constructor;
66

7-
BlueMapMap.prototype.initPlayerMarkerManager = function() {
7+
BlueMapApp.prototype.initPlayerMarkerManager = function() {
88
if (this.playerMarkerManager){
99
this.playerMarkerManager.clear();
1010
this.playerMarkerManager.dispose()

0 commit comments

Comments
 (0)