Skip to content

Commit

Permalink
Fix lint 0o?
Browse files Browse the repository at this point in the history
  • Loading branch information
genboy committed Nov 28, 2019
1 parent 2c74074 commit 40e8928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/genboy/Festival/Festival.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40e8928

Please sign in to comment.