mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-11 05:55:33 +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);
|
World::getXZ($nextChunkHash, $nextChunkX, $nextChunkZ);
|
||||||
if(isset($this->chunkPopulationRequestMap[$nextChunkHash])){
|
if(isset($this->chunkPopulationRequestMap[$nextChunkHash])){
|
||||||
assert(!isset($this->activeChunkPopulationTasks[$nextChunkHash]), "Population for chunk $nextChunkX $nextChunkZ already running");
|
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);
|
$this->orderChunkPopulation($nextChunkX, $nextChunkZ, null);
|
||||||
if(!isset($this->activeChunkPopulationTasks[$nextChunkHash])){
|
if(!isset($this->activeChunkPopulationTasks[$nextChunkHash])){
|
||||||
$failed[] = $nextChunkHash;
|
$failed[] = $nextChunkHash;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user