Not seen this one before but
Calling hook OnSamSiteTarget resulted in a conflict between the following plugins: SAMSiteAuth - True (Boolean), AirEvent (False (Boolean))
Not seen this one before but
Calling hook OnSamSiteTarget resulted in a conflict between the following plugins: SAMSiteAuth - True (Boolean), AirEvent (False (Boolean))
AirEvent should return true
.
This is happening because Sam Site Authorization was recently updated to return true
to fix a hook conflict with TruePve. The guidance from the Oxide/uMod team has consistently been that hooks like this (where true
vs false
does not matter) should just return true
, especially when hook conflicts start happening (even though it's more intuitive to return false
to cancel an event).
Note: This conflict has no impact on the functionality of either plugin. Both plugins are signaling that they want to prevent the object from being targeted, and the targeting is being canceled successfully.
Thanks for clearing that up ill contact the dev regarding the event .. have a great day sir