mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-10 05:34:54 +00:00
World: Removed noisy debug message
This commit is contained in:
parent
ecf6de3430
commit
203cc7fcef
@ -2040,7 +2040,6 @@ class World implements ChunkManager{
|
||||
World::getXZ($nextChunkHash, $nextChunkX, $nextChunkZ);
|
||||
if(isset($this->chunkPopulationRequestMap[$nextChunkHash])){
|
||||
assert(!isset($this->activeChunkPopulationTasks[$nextChunkHash]), "Population for chunk $nextChunkX $nextChunkZ already running");
|
||||
$this->logger->debug("Fulfilling population request for chunk $nextChunkX $nextChunkZ");
|
||||
$this->orderChunkPopulation($nextChunkX, $nextChunkZ, null);
|
||||
if(!isset($this->activeChunkPopulationTasks[$nextChunkHash])){
|
||||
$failed[] = $nextChunkHash;
|
||||
|
Loading…
x
Reference in New Issue
Block a user