mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Minor fix to conversion
This commit is contained in:
parent
62373c0737
commit
6f2c7de0ff
@ -294,6 +294,7 @@ public class LikePlotMeConverter {
|
|||||||
World world = Bukkit.getWorld(getWorld(worldName));
|
World world = Bukkit.getWorld(getWorld(worldName));
|
||||||
if (world == null) {
|
if (world == null) {
|
||||||
sendMessage("&cInvalid world in PlotMe configuration: " + worldName);
|
sendMessage("&cInvalid world in PlotMe configuration: " + worldName);
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
String actualWorldName = world.getName();
|
String actualWorldName = world.getName();
|
||||||
sendMessage("Reloading generator for world: '" + actualWorldName + "'...");
|
sendMessage("Reloading generator for world: '" + actualWorldName + "'...");
|
||||||
|
Loading…
Reference in New Issue
Block a user