mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-19 07:33:11 +01:00
SPIGOT-3107: Try and improve shield knockback further
This commit is contained in:
parent
7fce67144d
commit
7a7c64714e
1 changed files with 1 additions and 1 deletions
|
@ -529,7 +529,7 @@
|
|||
+
|
||||
+ return true;
|
||||
+ } else {
|
||||
+ return originalDamage > 0;
|
||||
+ return (event.getDamage(DamageModifier.BLOCKING) < 0) ? false : originalDamage > 0;
|
||||
+ // CraftBukkit end
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue