mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fix tiles with async chunk sending, TODO: remove this
This commit is contained in:
@ -61,7 +61,7 @@ class ChunkRequestTask extends AsyncTask{
|
||||
public function onRun(){
|
||||
$chunk = Chunk::fastDeserialize($this->chunk);
|
||||
|
||||
$ordered = $chunk->networkSerialize();
|
||||
$ordered = $chunk->networkSerialize() . $this->tiles;
|
||||
|
||||
$this->setResult($ordered, false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user