Updated Message level of World generation

This commit is contained in:
Shoghi Cervantes Pueyo 2013-03-14 21:55:31 +01:00
parent 6f7268902d
commit bbc925b188

View File

@ -308,7 +308,7 @@ class WorldGenerator{
$chunk = str_pad($this->getChunk($X, $Z), 86012, "\x00", STR_PAD_RIGHT);
$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;
}