Updated for Bukkit commit 8ccfad945663cd0ea60531b085748c81fc6fefb8.

This commit is contained in:
sk89q 2011-01-31 01:26:48 -08:00
parent 190bdc4f8f
commit 297fbd8bb9

View File

@ -415,7 +415,7 @@ public class BukkitWorld extends LocalWorld {
contents[i] = new BaseItemStack(
bukkitStack.getTypeId(),
bukkitStack.getAmount(),
(byte)bukkitStack.getDamage());
bukkitStack.getDurability());
}
}