ChorusPlant: change stupid code

This commit is contained in:
Dylan K. Taylor 2023-09-08 17:34:47 +01:00
parent 537e194161
commit e9169cfa67
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -71,11 +71,7 @@ final class ChorusPlant extends Flowable{
}
}
if($this->canBeSupportedBy($down)){
return true;
}
return false;
return $this->canBeSupportedBy($down);
}
public function getDropsForCompatibleTool(Item $item) : array{