13
0
Dieser Commit ist enthalten in:
Lixfel 2021-03-20 12:24:53 +01:00
Ursprung fccd3ff142
Commit 9419f1223e

Datei anzeigen

@ -63,7 +63,7 @@ public class WorldLoader {
} }
} }
Bukkit.unloadWorld(world.getName() + "-backup", false); Bukkit.unloadWorld(world.getName() + "-backup", false);
}, 10); }, 20);
} }
public static void fillTeamArea(int teamX, int teamY, int teamZ, int sizeX, int sizeY, int sizeZ){ public static void fillTeamArea(int teamX, int teamY, int teamZ, int sizeX, int sizeY, int sizeZ){