mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Made Location.clone() public.
This commit is contained in:
parent
373c958596
commit
3b1f74e6c5
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ public class Location implements Cloneable {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Location clone() {
|
public Location clone() {
|
||||||
return new Location(world, x, y, z, yaw, pitch);
|
return new Location(world, x, y, z, yaw, pitch);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue