Update CraftBukkit to Minecraft 1.4.4.
This commit is contained in:
@@ -158,7 +158,7 @@ public class TileEntityDispenser extends TileEntity implements IInventory {
|
||||
return maxStack; // CraftBukkit
|
||||
}
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
public boolean a_(EntityHuman entityhuman) {
|
||||
return this.world.getTileEntity(this.x, this.y, this.z) != this ? false : entityhuman.e((double) this.x + 0.5D, (double) this.y + 0.5D, (double) this.z + 0.5D) <= 64.0D;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user