World force loader works
Dieser Commit ist enthalten in:
Ursprung
f7efebca53
Commit
3200734a37
@ -41,7 +41,6 @@ public class WorldLoader {
|
|||||||
for(int cZ = (int) Math.floor(Config.ArenaMinZ / 16.0); cZ <= (int) Math.floor(Config.ArenaMaxZ / 16.0); cZ++){
|
for(int cZ = (int) Math.floor(Config.ArenaMinZ / 16.0); cZ <= (int) Math.floor(Config.ArenaMaxZ / 16.0); cZ++){
|
||||||
world.loadChunk(cX, cZ);
|
world.loadChunk(cX, cZ);
|
||||||
world.setChunkForceLoaded(cX, cZ, true);
|
world.setChunkForceLoaded(cX, cZ, true);
|
||||||
System.out.println("Force loading " + cX + " " + cZ);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren