mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
Oops!
This commit is contained in:
parent
91388c6b86
commit
e09ebb0623
@ -1970,11 +1970,11 @@ class Level implements ChunkManager, Metadatable{
|
||||
continue;
|
||||
}
|
||||
Level::getXZ($index, $x, $z);
|
||||
$this->chunkSendTasks[$index] = true;
|
||||
if(isset($this->chunkCache[$index])){
|
||||
$this->chunkRequestCallback($x, $z, $this->chunkCache[$index]);
|
||||
continue;
|
||||
}
|
||||
$this->chunkSendTasks[$index] = true;
|
||||
$this->timings->syncChunkSendPrepareTimer->startTiming();
|
||||
$task = $this->provider->requestChunkTask($x, $z);
|
||||
if($task instanceof AsyncTask){
|
||||
|
Loading…
x
Reference in New Issue
Block a user