Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): trigger doPhoneCheck() on inventory change
* fix(client): Trigger doPhoneCheck() on inventory change Previously doPhoneCheck() was triggered from listening to the playerData change in QBCore however with the use of ox_inventory that isn't updated on inventory change, so utilising https://overextended.dev/ox_inventory/Events/Client#ox_inventoryitemcount we can listen to specifically when the phone count changes * feat(client): use PhoneList * chore(client): remove whitespace
- Loading branch information