mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-05 17:41:46 +00:00
Merge branch 'stable' into minor-next
This commit is contained in:
commit
3da0b82b86
@ -90,7 +90,7 @@ class LightPopulationTask extends AsyncTask{
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \Closure
|
* @var \Closure
|
||||||
* @phpstan-var \Closure(array<int, LightArray> $blockLight, array<int, LightArray> $skyLight, array<int, int> $heightMap>) : void
|
* @phpstan-var \Closure(array<int, LightArray> $blockLight, array<int, LightArray> $skyLight, array<int, int> $heightMap) : void
|
||||||
*/
|
*/
|
||||||
$callback = $this->fetchLocal(self::TLS_KEY_COMPLETION_CALLBACK);
|
$callback = $this->fetchLocal(self::TLS_KEY_COMPLETION_CALLBACK);
|
||||||
$callback($blockLightArrays, $skyLightArrays, $heightMapArray);
|
$callback($blockLightArrays, $skyLightArrays, $heightMapArray);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user