13
0
Dieser Commit ist enthalten in:
Lixfel 2021-03-20 13:00:09 +01:00
Ursprung 682cb3e284
Commit fc193aff83

Datei anzeigen

@ -63,7 +63,7 @@ public class WorldLoader {
} }
} }
Bukkit.unloadWorld(world.getName() + "-backup", false); Bukkit.unloadWorld(world.getName() + "-backup", false);
}, 40); }, 80);
} }
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){