mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Attempt to sync damage up again - golden apples this time
By: md_5 <git@md-5.net>
This commit is contained in:
parent
38fb5c2469
commit
3e21482d20
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…
Reference in a new issue