Update CraftBukkit to 1.6.2
This commit is contained in:
@@ -242,7 +242,7 @@ public class EntityArrow extends Entity implements IProjectile {
|
||||
EntityLiving entityliving = (EntityLiving) movingobjectposition.entity;
|
||||
|
||||
if (!this.world.isStatic) {
|
||||
entityliving.m(entityliving.aQ() + 1);
|
||||
entityliving.m(entityliving.aT() + 1);
|
||||
}
|
||||
|
||||
if (this.aw > 0) {
|
||||
@@ -425,7 +425,7 @@ public class EntityArrow extends Entity implements IProjectile {
|
||||
this.aw = i;
|
||||
}
|
||||
|
||||
public boolean ao() {
|
||||
public boolean ap() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user