Fixed melee knockback/sheep shearing
This commit is contained in:
parent
80a59397cb
commit
95cb03b50e
@ -345,7 +345,7 @@ public abstract class EntityPlayer extends EntityLiving {
|
|||||||
server.getPluginManager().callEvent(edbee);
|
server.getPluginManager().callEvent(edbee);
|
||||||
|
|
||||||
if (!edbee.isCancelled()){
|
if (!edbee.isCancelled()){
|
||||||
entity.a(((Entity) (null)), edbee.getDamage());
|
entity.a(((Entity) this), edbee.getDamage());
|
||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user