diff options
Diffstat (limited to 'nms-patches/EntityLargeFireball.patch')
-rw-r--r-- | nms-patches/EntityLargeFireball.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/nms-patches/EntityLargeFireball.patch b/nms-patches/EntityLargeFireball.patch index b64b31f3..8680c54d 100644 --- a/nms-patches/EntityLargeFireball.patch +++ b/nms-patches/EntityLargeFireball.patch @@ -1,5 +1,5 @@ ---- ../work/decompile-8eb82bde//net/minecraft/server/EntityLargeFireball.java 2014-11-28 17:43:43.121707434 +0000 -+++ src/main/java/net/minecraft/server/EntityLargeFireball.java 2014-11-28 17:38:19.000000000 +0000 +--- /home/matt/mc-dev-private//net/minecraft/server/EntityLargeFireball.java 2015-02-26 22:40:22.603608139 +0000 ++++ src/main/java/net/minecraft/server/EntityLargeFireball.java 2015-02-26 22:40:22.603608139 +0000 @@ -1,5 +1,7 @@ package net.minecraft.server; @@ -8,7 +8,7 @@ public class EntityLargeFireball extends EntityFireball { public int yield = 1; -@@ -21,7 +23,16 @@ +@@ -21,7 +23,15 @@ boolean flag = this.world.getGameRules().getBoolean("mobGriefing"); @@ -22,11 +22,10 @@ + this.world.createExplosion(this, this.locX, this.locY, this.locZ, event.getRadius(), event.getFire(), flag); + } + // CraftBukkit end -+ this.die(); } -@@ -35,7 +46,8 @@ +@@ -35,7 +45,8 @@ public void a(NBTTagCompound nbttagcompound) { super.a(nbttagcompound); if (nbttagcompound.hasKeyOfType("ExplosionPower", 99)) { |