Update CraftBukkit to Minecraft 1.7.8
This commit is contained in:
@@ -280,7 +280,7 @@ public class EntityArrow extends Entity implements IProjectile {
|
||||
this.d = movingobjectposition.b;
|
||||
this.e = movingobjectposition.c;
|
||||
this.f = movingobjectposition.d;
|
||||
this.g = this.world.getType(d, e, f); // CraftBukkit - Get correct block for storage
|
||||
this.g = this.world.getType(this.d, this.e, this.f);
|
||||
this.h = this.world.getData(this.d, this.e, this.f);
|
||||
this.motX = (double) ((float) (movingobjectposition.pos.a - this.locX));
|
||||
this.motY = (double) ((float) (movingobjectposition.pos.b - this.locY));
|
||||
|
||||
Reference in New Issue
Block a user