Hi, anyway we could fix this conflict.?
Calling hook OnTurretTarget resulted in a conflict between the following plugins: IQDronePatrol - False (Boolean), TargetableDrones (True (Boolean))
Hook conflict with IQDronePatrol
Please see the patch notes of the latest version (v1.2.8) for the reccomendation.
TheOnEntityEnter,OnTurretTargetandOnSamSiteTargetScanhooks now returntrueinstead offalse. This does not affect plugin functionality since both values are equivalent for these hooks. Note: If you have other plugins which returnfalsefor 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 returntrue.