Fixed no events

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-17 20:20:07 +01:00
parent f42f2d5e82
commit 6eb37ac72f
3 changed files with 8 additions and 3 deletions

View File

@ -159,7 +159,6 @@ class ChunkParser{
$this->map[$x] = array();
for($z = 0; $z < 16; ++$z){
$this->map[$x][$z] = $this->parseChunk($x, $z);
console("[INTERNAL] Chunk X ".$x." Z ".$z." loaded", true, true, 3);
}
}
console("[DEBUG] Chunks loaded!", true, true, 2);