mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
PlotMe conversion seems to be broken
This commit is contained in:
parent
c71cadafe6
commit
d8137358f1
@ -40,6 +40,10 @@ public class PlotMeConverter {
|
|||||||
if (plots!=null) {
|
if (plots!=null) {
|
||||||
|
|
||||||
// TODO generate configuration based on PlotMe config
|
// 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() + "'...");
|
PlotMain.sendConsoleSenderMessage("Converting " + plots.size() + " plots for '" + world.toString() + "'...");
|
||||||
for (Plot plot : plots.values()) {
|
for (Plot plot : plots.values()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user