Minor fix to conversion

This commit is contained in:
Jesse Boyd 2016-09-30 16:46:10 +10:00
parent 62373c0737
commit 6f2c7de0ff

View File

@ -294,6 +294,7 @@ public class LikePlotMeConverter {
World world = Bukkit.getWorld(getWorld(worldName));
if (world == null) {
sendMessage("&cInvalid world in PlotMe configuration: " + worldName);
continue;
}
String actualWorldName = world.getName();
sendMessage("Reloading generator for world: '" + actualWorldName + "'...");