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 1123141 commit b3deeaeCopy full SHA for b3deeae
[core]/es_extended/server/modules/createJob.lua
@@ -63,7 +63,7 @@ function ESX.CreateJob(name, label, grades, jobType)
63
end
64
65
if type(jobType) ~= "string" then
66
- jobType "civ"
+ jobType = "civ"
67
68
69
local currentJobExist = doesJobAndGradesExist(name, grades)
0 commit comments