mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Fixed identity job
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user