mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-30 11:19:17 +02:00
Made Location.clone() public.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
b94f401b3a
commit
75aa4ef4c5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue