Revert to vanilla handling of LivingEntity#actuallyHurt

This commit is contained in:
Jake Potrebic
2024-04-27 09:44:53 -07:00
parent ee130088cc
commit 50b91c7359
2 changed files with 93 additions and 89 deletions

View File

@@ -58,7 +58,7 @@
}
}
+ return false; // CraftBukkit
+ return true; // CraftBukkit // Paper - return false ONLY if event was cancelled
}
private boolean canArmorAbsorb(DamageSource source) {