mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +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(){
|
||||
$chunk = Chunk::fastDeserialize($this->chunk);
|
||||
|
||||
$ordered = $chunk->networkSerialize();
|
||||
$ordered = $chunk->networkSerialize() . $this->tiles;
|
||||
|
||||
$this->setResult($ordered, false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user