geforkt von Mirrors/FastAsyncWorldEdit
Fix copy/paste printing decimal position
Dieser Commit ist enthalten in:
Ursprung
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;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren