mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
Fixed no events
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user