geforkt von Mirrors/Paper
SPIGOT-4980: Shields will not be put on cooldown when hit with an axe
Dieser Commit ist enthalten in:
Ursprung
8d0f37228d
Commit
8378335737
@ -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);
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren