Don't use MaterialData when its not needed.

This commit is contained in:
TfT_02 2012-12-23 18:44:39 +01:00
parent 01142b67c6
commit 8a97718dd4

View File

@ -382,7 +382,7 @@ public class Fishing {
break; break;
case SQUID: case SQUID:
Misc.dropItem(location, new ItemStack(new MaterialData(Material.INK_SACK, (byte) 0).toItemStack())); Misc.dropItem(location, new ItemStack(Material.INK_SACK, 1, (short) 0));
break; break;
case WITCH: case WITCH: