mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Changed BukkitWorld in hopes that it will fix the error regarding ItemStack.getDamage().
This commit is contained in:
parent
2630226052
commit
8a35c3230c
@ -415,7 +415,7 @@ public class BukkitWorld extends LocalWorld {
|
||||
contents[i] = new BaseItemStack(
|
||||
bukkitStack.getTypeId(),
|
||||
bukkitStack.getAmount(),
|
||||
bukkitStack.getDamage());
|
||||
(byte)bukkitStack.getDamage());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user