Fixed identity job

This commit is contained in:
ElPumpo
2020-02-06 13:05:43 +01:00
parent 6d89fd9283
commit 259cbc5b08
+1 -1
View File
@@ -400,7 +400,7 @@ function OpenIdentityCardMenu(player)
ESX.TriggerServerCallback('esx_policejob:getOtherPlayerData', function(data)
local elements = {
{label = _U('name', data.name)},
{label = _U('job', ('%s - %s'):format(data.job.label, data.job.grade_label))}
{label = _U('job', ('%s - %s'):format(data.job, data.grade))}
}
if Config.EnableESXIdentity then