mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 04:38:35 +00:00
Merge boy0001/FastAsyncWorldEdit
This commit is contained in:
@ -339,11 +339,6 @@ public class Location extends Vector {
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
int result = extent.hashCode();
|
||||
result = 31 * result + this.hashCode();
|
||||
result = 31 * result + Float.floatToIntBits(this.pitch);
|
||||
result = 31 * result + Float.floatToIntBits(this.yaw);
|
||||
return result;
|
||||
return super.hashCode();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user