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

This commit is contained in:
Nathan Adams
2012-03-22 20:39:39 +00:00
parent 8dc7417a3d
commit 9d09e7d016
94 changed files with 647 additions and 1944 deletions

View File

@@ -47,6 +47,8 @@ public class ItemInWorldManager {
this.player.abilities.canInstantlyBuild = true;
this.player.abilities.isInvulnerable = true;
}
this.player.updateAbilities();
}
public int getGameMode() {
@@ -220,14 +222,14 @@ public class ItemInWorldManager {
// CraftBukkit end
((EntityPlayer) this.player).netServerHandler.sendPacket(new Packet53BlockChange(i, j, k, this.world));
} else {
ItemStack itemstack = this.player.T();
ItemStack itemstack = this.player.U();
boolean flag1 = this.player.b(Block.byId[l]);
if (itemstack != null) {
itemstack.a(l, i, j, k, this.player);
if (itemstack.count == 0) {
itemstack.a(this.player);
this.player.U();
this.player.V();
}
}