fix: fix typo

This commit is contained in:
Kenshin13
2025-09-08 09:02:23 +02:00
parent 90298c3590
commit 002cdcb6fa
@@ -63,7 +63,7 @@ function ESX.CreateJob(name, label, grades, jobType)
end
if type(jobType) ~= "string" then
jobType "civ"
jobType = "civ"
end
local currentJobExist = doesJobAndGradesExist(name, grades)