From 40b995a435e288ea5e33d84885a619ba47e182e7 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sat, 10 Mar 2018 19:08:30 +0000 Subject: [PATCH] Level: Fixed botch-job PR #2089 @zKoz210 Do not contribute to this repository again without first testing your changes. --- src/pocketmine/level/Level.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pocketmine/level/Level.php b/src/pocketmine/level/Level.php index 7e2183a31..592f9612e 100644 --- a/src/pocketmine/level/Level.php +++ b/src/pocketmine/level/Level.php @@ -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; }