This commit is contained in:
dordsor21
2021-09-07 14:47:37 +01:00
parent 8e5e33eec2
commit 732f79bbfc
5 changed files with 14 additions and 7 deletions

View File

@ -38,7 +38,7 @@ import java.util.ArrayList;
public class SetGenCB {
public static void setGenerator(World world) throws Exception {
PlotSquared.platform().setupUtils().updateGenerators();
PlotSquared.platform().setupUtils().updateGenerators(false);
PlotSquared.get().removePlotAreas(world.getName());
ChunkGenerator gen = world.getGenerator();
if (gen == null) {