Calling hook OnNpcTarget resulted in a conflictSolved

its just spammed my console with this error. 

Calling hook OnNpcTarget resulted in a conflict between the following plugins: Vanish - True (Boolean), NeutralAnimals (False (Boolean))

seems it dosent affect any of them from what i can tell from. just spams the console everytime you use vanish.

What this means is that there is a hook conflict between this plugin and vanish, because vanish is returning true but my plugin is returning false. If this causes one of the plugins to stop working  or something let me know.
0x89A
What this means is that there is a hook conflict between this plugin and vanish, because vanish is returning true but my plugin is returning false. If this causes one of the plugins to stop working  or something let me know.
Return true instead of false with OnNpcTarget; it's not a conflict in this case.
5e13a8d5b2bc5.jpg Wulf
Return true instead of false with OnNpcTarget; it's not a conflict in this case.

Cheers.

Locked automatically