Fixed Flat generator on existing chunks, region issues

This commit is contained in:
Shoghi Cervantes
2015-01-06 18:46:18 +01:00
parent d4e4430df0
commit 4b73dbd9f8
4 changed files with 19 additions and 22 deletions

View File

@ -268,7 +268,6 @@ class Chunk extends BaseFullChunk{
}
return $chunk;
}catch(\Exception $e){
echo $e;
return null;
}
}