mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-07 12:18:46 +00:00
Updated Message level of World generation
This commit is contained in:
parent
6f7268902d
commit
bbc925b188
@ -308,7 +308,7 @@ class WorldGenerator{
|
|||||||
$chunk = str_pad($this->getChunk($X, $Z), 86012, "\x00", STR_PAD_RIGHT);
|
$chunk = str_pad($this->getChunk($X, $Z), 86012, "\x00", STR_PAD_RIGHT);
|
||||||
$this->raw .= Utils::writeLInt(strlen($chunk)) . $chunk;
|
$this->raw .= Utils::writeLInt(strlen($chunk)) . $chunk;
|
||||||
}
|
}
|
||||||
console("[DEBUG] Generating level ".ceil(($Z + 1)/0.16)."%", true, true, 2);
|
console("[NOTICE] Generating level ".ceil(($Z + 1)/0.16)."%");
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user