SPIGOT-4980: Shields will not be put on cooldown when hit with an axe

This commit is contained in:
md_5 2019-05-25 11:17:45 +10:00
parent 8d0f37228d
commit 8378335737

View file

@ -670,7 +670,7 @@
+ Entity entity = damagesource.j();
+
+ if (entity instanceof EntityLiving) {
+ this.c((EntityLiving) entity);
+ this.d((EntityLiving) entity);
+ }
+ }