mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
Update CraftBukkit to Minecraft 1.4.4.
This commit is contained in:
@@ -87,8 +87,8 @@ public class InventoryEnderChest extends InventorySubcontainer {
|
||||
return nbttaglist;
|
||||
}
|
||||
|
||||
public boolean a(EntityHuman entityhuman) {
|
||||
return this.a != null && !this.a.a(entityhuman) ? false : super.a(entityhuman);
|
||||
public boolean a_(EntityHuman entityhuman) {
|
||||
return this.a != null && !this.a.a(entityhuman) ? false : super.a_(entityhuman);
|
||||
}
|
||||
|
||||
public void startOpen() {
|
||||
|
Reference in New Issue
Block a user