Open Parsonswy opened 5 years ago
This is also what is causing
>.... [15:38:21 WARN]: [Trench]Error Triggering class net.peacefulcraft.trenchpvp.gameclasses.abilities.HiddenBlade event. Incompatible event loop class org.bukkit.event.player.PlayerInteractEntityEvent
AbilityClickListener
is listening forPlayerInteractEvent
s andPlayerInteractEntityEvent
s and routing them to thePlayerInteract
ability loop. Anything that is looking forPlayerInteractEntityEvent
s should be in the seperatePlayerInteractEntityEvent
loop.We need to figure out which - if any - abilities are listening to this
PlayerInteractEvent
loop fromPlayerInteractEntityEvent
s and move them to register in the appropriate loop, and then remove the inappropriate one.