World loader tests
Dieser Commit ist enthalten in:
Ursprung
7d25736236
Commit
f7efebca53
@ -39,8 +39,9 @@ public class WorldLoader {
|
||||
public static void configureForceLoad(){
|
||||
for(int cX = (int) Math.floor(Config.ArenaMinX / 16.0); cX <= (int) Math.floor(Config.ArenaMaxX / 16.0); cX++){
|
||||
for(int cZ = (int) Math.floor(Config.ArenaMinZ / 16.0); cZ <= (int) Math.floor(Config.ArenaMaxZ / 16.0); cZ++){
|
||||
world.loadChunk(cX, cZ);
|
||||
world.setChunkForceLoaded(cX, cZ, true);
|
||||
world.loadChunk(cX, cZ, false);
|
||||
System.out.println("Force loading " + cX + " " + cZ);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren