You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This check is always true since e is an Event and well, events are never a Player. Also, I think this methods wants to listen for PlayerDeathEvent and not EntityDamageByEntityEvent given its name (onPlayerDeath).
The text was updated successfully, but these errors were encountered:
I'm almost sure this line is wrong:
Movecraft/modules/Movecraft/src/main/java/net/countercraft/movecraft/listener/PlayerListener.java
Line 107 in 774013a
This check is always true since
e
is an Event and well, events are never aPlayer
. Also, I think this methods wants to listen forPlayerDeathEvent
and notEntityDamageByEntityEvent
given its name (onPlayerDeath
).The text was updated successfully, but these errors were encountered: