You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fix a bug with ESX useable items that was resulting in the callback function not receiving item metadata correctly.
In qb, the useableitem callback function passes all of the item data in the second arg. In esx, the second arg is just the itemName, the item metadata is passed as a third arg, we were previously not accounting for this.