Reload will now attempt to reload all worlds.

This commit is contained in:
boy0001 2015-04-02 00:20:28 +11:00
parent 424e032be4
commit b03c428ca4

View File

@ -107,7 +107,7 @@ public class BukkitMain extends JavaPlugin implements Listener, IPlotMain {
if (worlds.size() > 0) {
UUIDHandler.cacheAll(worlds.get(0).getName());
for (World world : worlds) {
Bukkit.getServer().unloadWorld(world, true);
Bukkit.getServer().unloadWorld(world, false);
}
}
}