Probable fix for Bug #231.
Dieser Commit ist enthalten in:
Ursprung
8bbb0749ef
Commit
55b619a39b
@ -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);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren