Update CraftBukkit to Minecraft 1.5
This commit is contained in:
@@ -80,7 +80,7 @@ public class ContainerFurnace extends Container {
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
if (!this.checkReachable) return true; // CraftBukkit
|
||||
return this.furnace.a_(entityhuman);
|
||||
return this.furnace.a(entityhuman);
|
||||
}
|
||||
|
||||
public ItemStack b(EntityHuman entityhuman, int i) {
|
||||
|
||||
Reference in New Issue
Block a user