mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 10:28:35 +00:00
Revert Extent.createEntity() taking a Vector.
This commit is contained in:
@ -99,8 +99,8 @@ public class BlockArrayClipboard implements Clipboard {
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public Entity createEntity(Vector position, BaseEntity entity) {
|
||||
ClipboardEntity ret = new ClipboardEntity(new Location(this, position), entity);
|
||||
public Entity createEntity(Location location, BaseEntity entity) {
|
||||
ClipboardEntity ret = new ClipboardEntity(location, entity);
|
||||
entities.add(ret);
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user