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
The plugin throws an NPE upon using the rain of fire spell if there's no hit entity.
Here's the stacktrace:
[13:50:55 ERROR]: Could not pass event ProjectileHitEvent to CrystamaeHistoria vDEV - 81 (git 0c0efa95)
java.lang.NullPointerException: Cannot invoke "org.bukkit.entity.Entity.getLocation()" because "hitEntity" is null
at io.github.sefiraat.crystamaehistoria.listeners.SpellEffectListener.entityHitAllowed(SpellEffectListener.java:116) ~[CrystamaeHistoria - DEV 81 (git 0c0ef).jar:?]
at io.github.sefiraat.crystamaehistoria.listeners.SpellEffectListener.onProjectileHit(SpellEffectListener.java:71) ~[CrystamaeHistoria - DEV 81 (git 0c0ef).jar:?]
The text was updated successfully, but these errors were encountered:
The plugin throws an NPE upon using the rain of fire spell if there's no hit entity.
Here's the stacktrace:
The text was updated successfully, but these errors were encountered: