We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151fb95 commit dc1346cCopy full SHA for dc1346c
server/main.lua
@@ -428,7 +428,7 @@ exports('GetPlayerJob', GetPlayerJob)
428
---------------------------------------------------------------------------------------------
429
430
function GetPlayerJob(source)
431
- if isESX then
+ if isESX then
432
return ESX.GetPlayerFromId(source).getJob()
433
elseif isQBCore then
434
return QBCore.Functions.GetPlayer(source).PlayerData.job
0 commit comments