mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 19:34:15 +00:00
Level: Fixed botch-job PR #2089
@zKoz210 Do not contribute to this repository again without first testing your changes.
This commit is contained in:
parent
590826b9bd
commit
40b995a435
@ -967,7 +967,7 @@ class Level implements ChunkManager, Metadatable{
|
|||||||
unset($this->chunkCache[Level::chunkHash($chunkX, $chunkZ)]);
|
unset($this->chunkCache[Level::chunkHash($chunkX, $chunkZ)]);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getRandomTickedBlocks() : SplFixedArray{
|
public function getRandomTickedBlocks() : \SplFixedArray{
|
||||||
return $this->randomTickBlocks;
|
return $this->randomTickBlocks;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user