From 40e8928950b6299d26e3446f9d99126f298356c3 Mon Sep 17 00:00:00 2001 From: genboy Date: Thu, 28 Nov 2019 23:19:18 +0100 Subject: [PATCH] Fix lint 0o? --- src/genboy/Festival/Festival.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/genboy/Festival/Festival.php b/src/genboy/Festival/Festival.php index aa4cbcd..71c234f 100644 --- a/src/genboy/Festival/Festival.php +++ b/src/genboy/Festival/Festival.php @@ -2262,7 +2262,7 @@ public function canEntitySpawn( Entity $e ): bool{ return $o; } - pocketmine\entity\Entity->getSaveId() + // !error pocketmine\entity\Entity->getSaveId() if( // what entities are always allowed $e instanceof FallingBlock // FallingBlock (Sand,Gravel, Water, Lava? )// $e instanceof FallingSand