mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 03:47:16 +00:00
Fixed missing logger injection
This commit is contained in:
parent
8cb24547ff
commit
dfc26395e2
@ -132,7 +132,7 @@ class FormatConverter{
|
||||
$start = microtime(true);
|
||||
$thisRound = $start;
|
||||
static $reportInterval = 256;
|
||||
foreach($this->oldProvider->getAllChunks(true) as $chunk){
|
||||
foreach($this->oldProvider->getAllChunks(true, $this->logger) as $chunk){
|
||||
$new->saveChunk($chunk);
|
||||
$counter++;
|
||||
if(($counter % $reportInterval) === 0){
|
||||
|
Loading…
x
Reference in New Issue
Block a user