Updated item/block lists, added Bukkit API for other plugins, moved some things around.
This commit is contained in:
@@ -544,7 +544,7 @@ public class Vector {
|
||||
return false;
|
||||
}
|
||||
Vector other = (Vector)obj;
|
||||
return other.x == this.x && other.y == this.y && other.z == this.z;
|
||||
return other.getX() == this.x && other.getY() == this.y && other.getZ() == this.z;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user