From 9419f1223e717d46799f8a083533f65f4dc9e617 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sat, 20 Mar 2021 12:24:53 +0100 Subject: [PATCH] Wait longer --- src/de/steamwar/spectatesystem/util/WorldLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/steamwar/spectatesystem/util/WorldLoader.java b/src/de/steamwar/spectatesystem/util/WorldLoader.java index 2dc3d64..c0240d8 100644 --- a/src/de/steamwar/spectatesystem/util/WorldLoader.java +++ b/src/de/steamwar/spectatesystem/util/WorldLoader.java @@ -63,7 +63,7 @@ public class WorldLoader { } } Bukkit.unloadWorld(world.getName() + "-backup", false); - }, 10); + }, 20); } public static void fillTeamArea(int teamX, int teamY, int teamZ, int sizeX, int sizeY, int sizeZ){