diff --git a/src/org/util/Potion/PotionLayer.java b/src/org/util/Potion/PotionLayer.java index 10cf74c..530a805 100644 --- a/src/org/util/Potion/PotionLayer.java +++ b/src/org/util/Potion/PotionLayer.java @@ -244,7 +244,7 @@ public int getLevel() { */ public ItemStack toItemStack(int amount) throws Exception { ItemStack item = new ItemStack(Material.POTION, amount); - System.out.println("1.9? " + is19 + " " + Bukkit.getServer().getVersion()); + // System.out.println("1.9? " + is19 + " " + Bukkit.getServer().getVersion()); if (!is19) { org.bukkit.potion.PotionType bukkitPotionType = getType().getBukkitType(); @@ -301,7 +301,7 @@ public ItemStack toItemStack(int amount) throws Exception { compoundSetString.invoke(nbtTagCompound, "Potion", "minecraft:" + tag); stackSetTag.invoke(nmsStack, nbtTagCompound); ItemStack stack = (ItemStack) asBukkitCopy.invoke(null, nmsStack); - System.out.println(stack); + // System.out.println(stack); return stack; // tagCompound.setString("Potion", "minecraft:" + tag); // stack.setTag(tagCompound);