mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-07 10:31:51 +00:00
Fix build
This commit is contained in:
parent
3366e1084b
commit
d0d263191d
@ -176,7 +176,7 @@ abstract class LightUpdate{
|
|||||||
$subChunk = $subChunkExplorer->currentSubChunk;
|
$subChunk = $subChunkExplorer->currentSubChunk;
|
||||||
$lightArray = $this->getCurrentLightArray();
|
$lightArray = $this->getCurrentLightArray();
|
||||||
}
|
}
|
||||||
assert($lightArray !== null);
|
assert($subChunk !== null);
|
||||||
$this->computeSpreadLight($cx, $cy, $cz, $newAdjacentLight, $context, $lightArray, $subChunk);
|
$this->computeSpreadLight($cx, $cy, $cz, $newAdjacentLight, $context, $lightArray, $subChunk);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1160,11 +1160,6 @@ parameters:
|
|||||||
count: 1
|
count: 1
|
||||||
path: ../../../src/world/light/LightPopulationTask.php
|
path: ../../../src/world/light/LightPopulationTask.php
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Cannot call method getBlockStateId\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: ../../../src/world/light/LightUpdate.php
|
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Cannot call method getBlockSkyLightArray\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
message: "#^Cannot call method getBlockSkyLightArray\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
||||||
count: 1
|
count: 1
|
||||||
@ -1172,7 +1167,7 @@ parameters:
|
|||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Cannot call method getBlockStateId\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
message: "#^Cannot call method getBlockStateId\\(\\) on pocketmine\\\\world\\\\format\\\\SubChunk\\|null\\.$#"
|
||||||
count: 1
|
count: 2
|
||||||
path: ../../../src/world/light/SkyLightUpdate.php
|
path: ../../../src/world/light/SkyLightUpdate.php
|
||||||
|
|
||||||
-
|
-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user