mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-15 12:02:49 +01:00
Attempt to sync damage up again - golden apples this time
This commit is contained in:
parent
7564d60241
commit
ead445ec99
1 changed files with 1 additions and 1 deletions
|
@ -513,7 +513,7 @@
|
|||
+
|
||||
+ return true;
|
||||
+ } else {
|
||||
+ return event.getDamage(DamageModifier.BLOCKING) < 0;
|
||||
+ return originalDamage > 0;
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue