fix: fix typo

This commit is contained in:
Kenshin13
2025-09-08 09:02:23 +02:00
committed by _Not_
parent 112314124f
commit b3deeae1eb
@@ -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)