mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix styling issues
This commit is contained in:
parent
7f0fd182bb
commit
947871281f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user