Update CraftBukkit to Minecraft 1.7.2

This commit is contained in:
mbax
2013-11-04 07:07:38 -06:00
committed by Wesley Wolfe
parent ff8b70fbb7
commit 2726696652
349 changed files with 14339 additions and 11287 deletions

View File

@@ -39,7 +39,7 @@ public class ContainerChest extends Container {
int i = (this.f - 4) * 18;
// CraftBukkit start - Save player
// TODO: Should we check to make sure it really is an InventoryPlayer?
this.player = (PlayerInventory)iinventory;
this.player = (PlayerInventory) iinventory;
// CraftBukkit end
int j;
@@ -95,7 +95,7 @@ public class ContainerChest extends Container {
public void b(EntityHuman entityhuman) {
super.b(entityhuman);
this.container.g();
this.container.l_();
}
public IInventory e() {