diff --git a/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java b/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java index 927b660e7..afbb67cd2 100644 --- a/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java +++ b/PlotSquared/src/com/intellectualcrafters/plot/database/PlotMeConverter.java @@ -40,6 +40,10 @@ public class PlotMeConverter { if (plots!=null) { // TODO generate configuration based on PlotMe config + // TODO + // - Plugin doesn't display a message if database is not setup at all + // - I get null pointer exceptions when I try to use the plugin after the conversion process + // - Could be my fault when I added multiworld, or mega plots or something... PlotMain.sendConsoleSenderMessage("Converting " + plots.size() + " plots for '" + world.toString() + "'..."); for (Plot plot : plots.values()) {