Fix copy/paste printing decimal position

This commit is contained in:
Jesse Boyd
2018-08-22 04:23:35 +10:00
parent a9e99c7cd7
commit 9129ca2519

View File

@ -26,16 +26,6 @@ public class LocationMaskedPlayerWrapper extends PlayerWrapper {
}
}
@Override
public Location getBlockIn() {
return this.getLocation();
}
@Override
public Location getBlockOn() {
return this.getLocation();
}
@Override
public Location getLocation() {
return position;