1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-05 11:16:24 +02:00

Why was this catch empty?

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

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