Adding a license not refresh
CeebDev opened this issue · 1 comments
CeebDev commented
When you add a license to a player with player.addLicense('truck')
, it's not refreshed since you logout and relog
It seems to return false at the insert query, but the insert is good in db
CeebDev commented
ox_core/server/player/class.ts
Line 303 in 8651f03
AddCharacterLicense return 0 but the insert has been successfully added in db