PlotMe conversion seems to be broken

This commit is contained in:
boy0001 2014-09-27 10:08:00 +10:00
parent c71cadafe6
commit d8137358f1

View File

@ -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()) {