Pass EntityEnderCrystal to EntityExplode event.

Dieser Commit ist enthalten in:
EvilSeph 2012-02-08 20:02:56 -05:00
Ursprung 39002fd39f
Commit be0ecf4670

Datei anzeigen

@ -51,7 +51,7 @@ public class EntityEnderCrystal extends Entity {
if (this.b <= 0) {
if (!this.world.isStatic) {
this.die();
this.world.a((Entity) null, this.locX, this.locY, this.locZ, 6.0F);
this.world.a(this, this.locX, this.locY, this.locZ, 6.0F); // CraftBukkit - (Entity) null -> this.
} else {
this.die();
}