ChorusPlant: change stupid code

This commit is contained in:
Dylan K. Taylor
2023-09-08 17:34:47 +01:00
parent 537e194161
commit e9169cfa67

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{