mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Revert Extent.createEntity() taking a Vector.
This commit is contained in:
@ -589,8 +589,8 @@ public class EditSession implements Extent {
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public Entity createEntity(Vector position, BaseEntity entity) {
|
||||
return world.createEntity(position, entity);
|
||||
public Entity createEntity(com.sk89q.worldedit.util.Location location, BaseEntity entity) {
|
||||
return world.createEntity(location, entity);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user