-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Minor
-
None
-
Affects Version/s: None
After SPIGOT-1676 was fixed, this occurs when launching an arrow type. The other projectiles work as expected.
```
java.lang.ClassCastException: net.minecraft.server.v1_9_R1.EntityTippedArrow cannot be cast to net.minecraft.server.v1_9_R1.EntityProjectile
at org.bukkit.craftbukkit.v1_9_R1.entity.CraftLivingEntity.launchProjectile(CraftLivingEntity.java:340)
```