Browse Source

Error e not Exception e

master
Robotia 9 years ago
parent
commit
561d705235
  1. 4
      patches/net/minecraft/world/chunk/Chunk.java.patch

4
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
+

Loading…
Cancel
Save