Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
CraftBukkit/Spigot
2012-03-22 20:39:39 +00:00
parent f65e901b07
commit 7bb0a3fe51
2 changed files with 4 additions and 4 deletions

View File

@@ -303,7 +303,7 @@ public class CraftHumanEntity extends CraftLivingEntity implements HumanEntity {
}
public boolean isBlocking() {
return getHandle().O();
return getHandle().P();
}
public boolean setWindowProperty(InventoryView.Property prop, int value) {