Conflict with Vanish pluginSolved
Hi,
i get a conflict, when using the BradleyControl and Vanish Plugin.



The hook "CanBradleyApcTarget" from vanish is correct, since it should be not able to target me.
But somehow BradleyControl allows to target me.

Maybe i can change something in BradleyControl Config?
 "targetable": {
    "mostClothing": 2,
    "targetable": [],
    "nonTargetable": []
  }   ​

I know you could say it is no error, thats why i open this thread as suggestion :)

The plugin should probably be returning null instead of true, with the hook as object type. There's no need for it to allow when it is naturally allowed.
5e13a8d5b2bc5.jpg Wulf
The plugin should probably be returning null instead of true, with the hook as object type. There's no need for it to allow when it is naturally allowed.

Thanks, worked.
I just returned null instead.

return null;
			//return bradley.IsVisible(target.CenterPoint());

Vanish works again, and no conflict in the console.

Locked automatically