mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Worked on scheduler
This commit is contained in:
@ -58,7 +58,7 @@ interface LevelProvider{
|
||||
* @param int $x
|
||||
* @param int $z
|
||||
*
|
||||
* @return \pocketmine\scheduler\AsyncTask
|
||||
* @return \pocketmine\scheduler\AsyncTask|null
|
||||
*/
|
||||
public function requestChunkTask($x, $z);
|
||||
|
||||
|
@ -82,7 +82,6 @@ class ChunkRequestTask extends AsyncTask{
|
||||
$meta = "";
|
||||
$blockLight = "";
|
||||
$skyLight = "";
|
||||
$biomeColors = "";
|
||||
|
||||
foreach($this->sections as $section){
|
||||
$ids .= $section->getIdArray();
|
||||
|
Reference in New Issue
Block a user