mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 06:25:32 +00:00
Merge branch 'release/3.2' into release/3.3
This commit is contained in:
commit
d749f19c73
@ -106,6 +106,8 @@ abstract class LightUpdate{
|
|||||||
while(!$this->spreadQueue->isEmpty()){
|
while(!$this->spreadQueue->isEmpty()){
|
||||||
list($x, $y, $z) = $this->spreadQueue->dequeue();
|
list($x, $y, $z) = $this->spreadQueue->dequeue();
|
||||||
|
|
||||||
|
unset($this->spreadVisited[Level::blockHash($x, $y, $z)]);
|
||||||
|
|
||||||
if(!$this->subChunkHandler->moveTo($x, $y, $z)){
|
if(!$this->subChunkHandler->moveTo($x, $y, $z)){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user