Hook conflict with IQDronePatrol

Hi, anyway we could fix this conflict.?
Calling hook OnTurretTarget resulted in a conflict between the following plugins: IQDronePatrol - False (Boolean), TargetableDrones (True (Boolean))

Please see the patch notes of the latest version (v1.2.8) for the reccomendation.

The OnEntityEnterOnTurretTarget and OnSamSiteTargetScan hooks now return true instead of false. This does not affect plugin functionality since both values are equivalent for these hooks. Note: If you have other plugins which return false for these hooks, you may now start to see hook conflicts between those plugins and Targetable Drones. If you see such conflicts, there is no urgency to resolve them since no functionality will be impacted, but the resolution is to get those other plugins updated to return true.