Change combat log event priority

This commit is contained in:
Austin Mayes 2019-04-22 02:27:26 -05:00
parent d132e43c42
commit 9a07288e5d
No known key found for this signature in database
GPG Key ID: 72C78ABE045D34F6
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class CombatLogTracker implements Listener {
return 1d - (amplifier / 5d);
}
@EventHandler(priority = EventPriority.MONITOR, ignoreCancelled = true)
@EventHandler(priority = EventPriority.HIGH, ignoreCancelled = true)
public void onPlayerDamage(EntityDamageEvent event) {
if(event.getDamage() <= 0) return;