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.
Calling hook OnNpcTarget resulted in a conflictSolved
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.0x89AWhat 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.
Wulf
Return true instead of false with OnNpcTarget; it's not a conflict in this case.
Cheers.
Locked automatically