From 561d70523536b58629db5f8bc44f47142c8ec89b Mon Sep 17 00:00:00 2001 From: Robotia Date: Fri, 29 Jan 2016 17:54:53 -0500 Subject: [PATCH] Error e not Exception e --- patches/net/minecraft/world/chunk/Chunk.java.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/net/minecraft/world/chunk/Chunk.java.patch b/patches/net/minecraft/world/chunk/Chunk.java.patch index fb11e77..855105f 100644 --- a/patches/net/minecraft/world/chunk/Chunk.java.patch +++ b/patches/net/minecraft/world/chunk/Chunk.java.patch @@ -264,7 +264,7 @@ + } + } + } -+ catch(Exception e) {} ++ catch(Error e) {} + } + // Spigot End this.worldObj.func_147457_a(tileentity); @@ -291,7 +291,7 @@ + } + } + } -+ catch(Exception e) {} ++ catch(Error e) {} + } + // Spigot End +