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