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 +