mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-16 22:03:53 +00:00
Changed BukkitWorld in hopes that it will fix the error regarding ItemStack.getDamage().
This commit is contained in:
@ -415,7 +415,7 @@ public class BukkitWorld extends LocalWorld {
|
|||||||
contents[i] = new BaseItemStack(
|
contents[i] = new BaseItemStack(
|
||||||
bukkitStack.getTypeId(),
|
bukkitStack.getTypeId(),
|
||||||
bukkitStack.getAmount(),
|
bukkitStack.getAmount(),
|
||||||
bukkitStack.getDamage());
|
(byte)bukkitStack.getDamage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user