mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 05:36:45 +01:00
Reload will now attempt to reload all worlds.
This commit is contained in:
parent
424e032be4
commit
b03c428ca4
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user