diff options
Diffstat (limited to 'nms-patches/EntityGhast.patch')
-rw-r--r-- | nms-patches/EntityGhast.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/EntityGhast.patch b/nms-patches/EntityGhast.patch index 696243a5..681d72ef 100644 --- a/nms-patches/EntityGhast.patch +++ b/nms-patches/EntityGhast.patch @@ -1,5 +1,5 @@ ---- /home/matt/mc-dev-private//net/minecraft/server/EntityGhast.java 2015-02-26 22:40:22.547608140 +0000 -+++ src/main/java/net/minecraft/server/EntityGhast.java 2015-02-26 22:40:22.547608140 +0000 +--- a/net/minecraft/server/EntityGhast.java ++++ b/net/minecraft/server/EntityGhast.java @@ -162,7 +162,9 @@ world.a((EntityHuman) null, 1008, new BlockPosition(this.b), 0); EntityLargeFireball entitylargefireball = new EntityLargeFireball(world, this.b, d2, d3, d4); |