mirror of
https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git
synced 2025-08-31 22:30:15 +00: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;
|
+ return true;
|
||||||
+ } else {
|
+ } else {
|
||||||
+ return event.getDamage(DamageModifier.BLOCKING) < 0;
|
+ return originalDamage > 0;
|
||||||
+ // CraftBukkit end
|
+ // CraftBukkit end
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue