Nukkit generator fixes

This commit is contained in:
Jesse Boyd
2016-09-30 14:26:20 +10:00
parent e4d7270c28
commit 6074fc8033
5 changed files with 60 additions and 10 deletions

View File

@ -213,8 +213,6 @@ public class LikePlotMeConverter {
} catch (IOException ignored) {
ignored.printStackTrace();
}
} else {
System.out.println("FILE NOT EXIST " + plotmeDgFile.getAbsolutePath());
}
for (Entry<String, HashMap<PlotId, Plot>> entry : plots.entrySet()) {
String world = entry.getKey();