ソースを参照

Why was this catch empty?

nossr50 6 年 前
コミット
d6fea9a2df

+ 1 - 1
src/main/java/com/gmail/nossr50/util/blockmeta/conversion/BlockStoreConversionZDirectory.java

@@ -116,7 +116,7 @@ public class BlockStoreConversionZDirectory implements Runnable {
 
                                 this.newManager.setTrue(this.cxPos, this.y2, this.czPos, this.world);
                             }
-                            catch (Exception e) {}
+                            catch (Exception e) { e.printStackTrace(); }
                         }
                     }
                 }