mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +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;
|
+ return true;
|
||||||
+ } else {
|
+ } else {
|
||||||
+ return event.getDamage(DamageModifier.BLOCKING) < 0;
|
+ return originalDamage > 0;
|
||||||
+ // CraftBukkit end
|
+ // CraftBukkit end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue