mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 16:35:50 +00:00
fix: remove unused player configuration phase in biome preload
The loop triggering the player configuration phase was removed as it is unnecessary and unrelated to biome preloading. This streamlines the function and avoids redundant operations during biome initialization.
This commit is contained in:
parent
4eace9e7fb
commit
7f324bd72b
@ -104,9 +104,6 @@ public class MinestomChunkGeneratorWrapper implements Generator, GeneratorWrappe
|
||||
|
||||
private void preloadBiomes() {
|
||||
this.biomePool.preloadBiomes(world.getBiomeProvider().getBiomes());
|
||||
for(Player player : MinecraftServer.getConnectionManager().getOnlinePlayers()) {
|
||||
player.startConfigurationPhase();
|
||||
}
|
||||
}
|
||||
|
||||
public void displayStats() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user