Revert to vanilla handling of LivingEntity#actuallyHurt
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
}
|
||||
|
||||
}
|
||||
+ return false; // CraftBukkit
|
||||
+ return true; // CraftBukkit // Paper - return false ONLY if event was cancelled
|
||||
}
|
||||
|
||||
private boolean canArmorAbsorb(DamageSource source) {
|
||||
|
||||
Reference in New Issue
Block a user