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