mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-02 04:56:50 +01:00
Probable fix for Bug #231.
This commit is contained in:
parent
8bbb0749ef
commit
55b619a39b
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ public class EntityMobs extends EntityCreature implements IMobs {
|
||||||
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 {
|
||||||
entity.a(((Entity) (this)), c);
|
entity.a(((Entity) (this)), c);
|
||||||
|
|
Loading…
Reference in a new issue