variable typo fix

This commit is contained in:
samo_lego 2020-05-27 12:06:30 +02:00
parent 782f6fbabe
commit 4223536e49
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class PlayerCache {
this.lastIp = player.getIp();
// Setting last coordinates
this.lastDimId = player.dimension.getRawId();
this.lastDim = player.getEntityWorld().getDimension();
this.lastX = player.getX();
this.lastY = player.getY();
this.lastZ = player.getZ();