mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
Updated to v0.9.0 build 2, now using Anvil worlds
This commit is contained in:
@ -122,9 +122,9 @@ class GenerationManager{
|
||||
$chunkX = $r[1];
|
||||
$chunkZ = $r[2];
|
||||
$this->generateChunk($levelID, $chunkX, $chunkZ);
|
||||
|
||||
}else{
|
||||
$this->readPacket();
|
||||
}
|
||||
$this->readPacket();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user