mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-25 01:31:29 +01:00
SPIGOT-4980: Shields will not be put on cooldown when hit with an axe
By: md_5 <git@md-5.net>
This commit is contained in:
parent
e2b8949bf3
commit
36817a5614
@ -670,7 +670,7 @@
|
||||
+ Entity entity = damagesource.j();
|
||||
+
|
||||
+ if (entity instanceof EntityLiving) {
|
||||
+ this.c((EntityLiving) entity);
|
||||
+ this.d((EntityLiving) entity);
|
||||
+ }
|
||||
+ }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user