mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Fix copy/paste printing decimal position
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user