From 682cb3e284151c6c824ebb1e80c317318f359a00 Mon Sep 17 00:00:00 2001 From: Lixfel Date: Sat, 20 Mar 2021 13:00:00 +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 c0240d8..6e9a67b 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); - }, 20); + }, 40); } public static void fillTeamArea(int teamX, int teamY, int teamZ, int sizeX, int sizeY, int sizeZ){