mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 11:08:34 +00:00
Revert Extent.createEntity() taking a Vector.
This commit is contained in:
@ -233,7 +233,7 @@ public class BukkitWorld extends LocalWorld {
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public com.sk89q.worldedit.entity.Entity createEntity(Vector position, BaseEntity entity) {
|
||||
public com.sk89q.worldedit.entity.Entity createEntity(com.sk89q.worldedit.util.Location location, BaseEntity entity) {
|
||||
throw new UnsupportedOperationException("Not implemented yet");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user