Level: Fixed botch-job PR #2089

@zKoz210 Do not contribute to this repository again without first testing your changes.
This commit is contained in:
Dylan K. Taylor 2018-03-10 19:08:30 +00:00
parent 590826b9bd
commit 40b995a435

View File

@ -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;
} }