mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-16 20:41:57 +01:00
Fix player-markers not updating the world correctly
This commit is contained in:
parent
17a94bcb2c
commit
2b2cf2da4b
@ -72,6 +72,7 @@ export default class PlayerMarkerSet {
|
||||
|
||||
marker.nowOnline = true;
|
||||
marker.position = new Vector3(player.position.x, player.position.y + 1.5, player.position.z);
|
||||
marker.world = player.world;
|
||||
marker.updatePosition();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user