Update CraftBukkit to Minecraft 1.3.1
This commit is contained in:
committed by
Travis Watkins
parent
08e2923bd4
commit
a43d621c01
@@ -105,13 +105,13 @@ public class InventoryLargeChest implements IInventory {
|
||||
return this.left.a(entityhuman) && this.right.a(entityhuman);
|
||||
}
|
||||
|
||||
public void startOpen() {
|
||||
this.left.startOpen();
|
||||
this.right.startOpen();
|
||||
}
|
||||
|
||||
public void f() {
|
||||
this.left.f();
|
||||
this.right.f();
|
||||
}
|
||||
|
||||
public void g() {
|
||||
this.left.g();
|
||||
this.right.g();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user