mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Update CraftBukkit to Minecraft 1.5
This commit is contained in:
@@ -64,7 +64,7 @@ public class ContainerChest extends Container {
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
if (!this.checkReachable) return true; // CraftBukkit
|
||||
return this.container.a_(entityhuman);
|
||||
return this.container.a(entityhuman);
|
||||
}
|
||||
|
||||
public ItemStack b(EntityHuman entityhuman, int i) {
|
||||
@@ -95,10 +95,10 @@ public class ContainerChest extends Container {
|
||||
|
||||
public void b(EntityHuman entityhuman) {
|
||||
super.b(entityhuman);
|
||||
this.container.f();
|
||||
this.container.g();
|
||||
}
|
||||
|
||||
public IInventory d() {
|
||||
public IInventory e() {
|
||||
return this.container;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user