Calling hook OnEntityTakeDamage resulted in a conflictNot An Issue
Hey,
i got the following Warning in Console.
[Warning] Calling hook OnEntityTakeDamage resulted in a conflict between the following plugins: AntiNoobRaid - True (Boolean), AntiOfflineRaid (False (Boolean))​
Can you fix this or maybe tell me how to fix it?
Anti Offline Raid should be returning true, not false, to stop hook functionality and avoid the conflict. Returning true is the standard for public plugins when stopping an object hook from continuing.
This is just a warning and doesn't need fixing/changing, at least not from my side :)
Locked automatically