This commit is contained in:
Jesse Boyd
2017-09-01 23:11:37 +10:00
parent 17154ef1d5
commit 24b3b60983

View File

@ -223,7 +223,7 @@ public final class BukkitMain extends JavaPlugin implements Listener, IPlotMain
return;
}
}
Bukkit.unloadWorld(world, false);
Bukkit.unloadWorld(world, true);
}
}
}