This commit is contained in:
Mycroft
2021-05-03 20:04:39 +01:00
parent c4add91157
commit 9212219d46
8 changed files with 91 additions and 141 deletions
-9
View File
@@ -284,12 +284,3 @@ ESX.DoesJobExist = function(job, grade)
return false
end
ESX.GetPlayerIdentifier = function(playerId)
local identifiers = GetPlayerIdentifiers(playerId)
for _,id in ipairs(identifiers) do
if id:find(Config.IdentifierPrefix) then
return id:gsub(string.format("%s:","licence"),"")
end
end
end