Skip to content

Commit

Permalink
fix: (es_extended\server\functions.lua) line contains trailing whites…
Browse files Browse the repository at this point in the history
…pace
  • Loading branch information
bitpredator committed Mar 24, 2024
1 parent 11a1f70 commit 65590f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ if not Config.OxInventory then
end

function ESX.DoesJobExist(job, grade)
return (ESX.Jobs[job] and ESX.Jobs[job].grades[tostring(grade)] ~= nil) or false
return (ESX.Jobs[job] and ESX.Jobs[job].grades[tostring(grade)] ~= nil) or false
end

function Core.IsPlayerAdmin(playerId)
Expand Down

0 comments on commit 65590f5

Please sign in to comment.