Skip to content

Commit b3deeae

Browse files
Kenshiin13N0tNvll
authored andcommitted
fix: fix typo
1 parent 1123141 commit b3deeae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[core]/es_extended/server/modules/createJob.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function ESX.CreateJob(name, label, grades, jobType)
6363
end
6464

6565
if type(jobType) ~= "string" then
66-
jobType "civ"
66+
jobType = "civ"
6767
end
6868

6969
local currentJobExist = doesJobAndGradesExist(name, grades)

0 commit comments

Comments
 (0)