Made Location.clone() public.
This commit is contained in:
parent
373c958596
commit
3b1f74e6c5
@ -215,7 +215,7 @@ public class Location implements Cloneable {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected Location clone() {
|
||||
public Location clone() {
|
||||
return new Location(world, x, y, z, yaw, pitch);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user