mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +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:
@ -967,7 +967,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
unset($this->chunkCache[Level::chunkHash($chunkX, $chunkZ)]);
|
||||
}
|
||||
|
||||
public function getRandomTickedBlocks() : SplFixedArray{
|
||||
public function getRandomTickedBlocks() : \SplFixedArray{
|
||||
return $this->randomTickBlocks;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user