mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 15:42:19 -07:00
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user