mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-12 09:51:12 +01:00
SPIGOT-4980: Shields will not be put on cooldown when hit with an axe
This commit is contained in:
parent
8d0f37228d
commit
8378335737
1 changed files with 1 additions and 1 deletions
|
@ -670,7 +670,7 @@
|
||||||
+ Entity entity = damagesource.j();
|
+ Entity entity = damagesource.j();
|
||||||
+
|
+
|
||||||
+ if (entity instanceof EntityLiving) {
|
+ if (entity instanceof EntityLiving) {
|
||||||
+ this.c((EntityLiving) entity);
|
+ this.d((EntityLiving) entity);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue