Probable fix for Bug #231.

This commit is contained in:
Uristqwerty 2011-01-19 11:20:12 -05:00 committed by Andrew Ardill
parent 8bbb0749ef
commit 55b619a39b

View File

@ -80,7 +80,7 @@ public class EntityMobs extends EntityCreature implements IMobs {
server.getPluginManager().callEvent(edbee);
if (!edbee.isCancelled()){
entity.a(((Entity) (null)), edbee.getDamage());
entity.a(((Entity) (this)), edbee.getDamage());
}
} else {
entity.a(((Entity) (this)), c);