mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fix copy/paste printing decimal position
This commit is contained in:
parent
a9e99c7cd7
commit
9129ca2519
@ -26,16 +26,6 @@ public class LocationMaskedPlayerWrapper extends PlayerWrapper {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public Location getBlockIn() {
|
|
||||||
return this.getLocation();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
public Location getBlockOn() {
|
|
||||||
return this.getLocation();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Location getLocation() {
|
public Location getLocation() {
|
||||||
return position;
|
return position;
|
||||||
|
Loading…
Reference in New Issue
Block a user