Fix method naming for forge 1.15

This commit is contained in:
Blue (Lukas Rieger) 2020-08-16 19:36:30 +02:00
parent 262fd1c3a0
commit 2876dc1702

View File

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