mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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
|
||||
public Location getLocation() {
|
||||
return position;
|
||||
|
Loading…
Reference in New Issue
Block a user