3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 13:01:24 +02:00

Fix copy/paste printing decimal position

Dieser Commit ist enthalten in:
Jesse Boyd 2018-08-22 04:23:35 +10:00
Ursprung a9e99c7cd7
Commit 9129ca2519
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 59F1DE6293AF6E1F

Datei anzeigen

@ -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;