]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - src/main/java/com/irtimaled/bbor/client/PlayerCoords.java
Upgrade to 1.13.2
[BoundingBoxOutlineReloaded.git] / src / main / java / com / irtimaled / bbor / client / PlayerCoords.java
index d7e7455da97ca40167df87ab058b8f96e58e37ef..8075dcb7e75978b8aaf7f3421dc8db9574ed79a4 100644 (file)
@@ -14,7 +14,7 @@ public class PlayerCoords {
         x = entityPlayer.lastTickPosX + (entityPlayer.posX - entityPlayer.lastTickPosX) * partialTicks;
         y = entityPlayer.lastTickPosY + (entityPlayer.posY - entityPlayer.lastTickPosY) * partialTicks;
         z = entityPlayer.lastTickPosZ + (entityPlayer.posZ - entityPlayer.lastTickPosZ) * partialTicks;
-        dimensionId = entityPlayer.dimension;
+        dimensionId = entityPlayer.dimension.getId();
     }
 
     static void setActiveY() {