Why was this catch empty?

This commit is contained in:
nossr50 2019-01-15 01:08:11 -08:00
parent 5114bbc40d
commit d6fea9a2df

View File

@ -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(); }
}
}
}