Fixed Pocket format importing

This commit is contained in:
Shoghi Cervantes
2014-03-01 22:08:28 +01:00
parent 5bf440d820
commit 11f5691104
2 changed files with 29 additions and 23 deletions

View File

@ -98,6 +98,7 @@ class LevelImport{
foreach($chunk as $Y => $data){
$pmf->setMiniChunk($X, $Z, $Y, $data);
}
$pmf->setPopulated($X, $Z);
$pmf->saveChunk($X, $Z);
}
console("[NOTICE] Importing level ".ceil(($Z + 1)/0.16)."%");