mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-01-06 00:08:08 +01:00
Fix method naming for forge 1.15
This commit is contained in:
parent
262fd1c3a0
commit
2876dc1702
@ -144,7 +144,7 @@ public void update() {
|
||||
|
||||
Vec3d pos = player.getPositionVec();
|
||||
this.position = new Vector3d(pos.getX(), pos.getY(), pos.getZ());
|
||||
this.sneaking = player.isSneaking();
|
||||
this.sneaking = player.isCrouching();
|
||||
|
||||
try {
|
||||
this.world = mod.getUUIDForWorld(player.getServerWorld());
|
||||
|
Loading…
Reference in New Issue
Block a user