13
0
geforkt von Mirrors/Paper
Paper/src/main/java
EdGruberman 377be0a79e Call PotionSplashEvent even for no effects. Fixes BUKKIT-3618
When a splash potion has no applicable effects we currently do not call
PotionSplashEvent. This means plugins are unable to make custom
potions with reliable splash handling as they have to relicate the
functionality themselves.

With this commit we simply make the event fire regardless of the effects
on the potion.
2013-03-28 21:14:48 -05:00
..
jline Use jansi's Windows support for terminal colors. 2012-05-23 15:32:42 -05:00
net/minecraft/server Call PotionSplashEvent even for no effects. Fixes BUKKIT-3618 2013-03-28 21:14:48 -05:00
org/bukkit/craftbukkit Properly copy collection references in ItemMeta.clone(). Fixes BUKKIT-3913 2013-03-28 20:01:01 -05:00