mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Reload will now attempt to reload all worlds.
This commit is contained in:
parent
424e032be4
commit
b03c428ca4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class BukkitMain extends JavaPlugin implements Listener, IPlotMain {
|
||||||
if (worlds.size() > 0) {
|
if (worlds.size() > 0) {
|
||||||
UUIDHandler.cacheAll(worlds.get(0).getName());
|
UUIDHandler.cacheAll(worlds.get(0).getName());
|
||||||
for (World world : worlds) {
|
for (World world : worlds) {
|
||||||
Bukkit.getServer().unloadWorld(world, true);
|
Bukkit.getServer().unloadWorld(world, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue