3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-07-05 18:28:03 +02:00

Fix styling issues

Dieser Commit ist enthalten in:
aurorasmiles 2020-08-19 11:08:59 +02:00 committet von GitHub
Ursprung 7f0fd182bb
Commit 947871281f
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -3100,7 +3100,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
}
@Override
public Entity createEntity(Location location, BaseEntity entity){
public Entity createEntity(Location location, BaseEntity entity) {
try {
return this.getExtent().createEntity(location, entity);
} catch (WorldEditException e) {
@ -3109,8 +3109,7 @@ public class EditSession extends PassthroughExtent implements AutoCloseable {
}
@Override
public void removeEntity(int x, int y, int z, UUID uuid)
{
public void removeEntity(int x, int y, int z, UUID uuid) {
try {
this.getExtent().removeEntity(x, y, z, uuid);
} catch (WorldEditException e) {