mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 21:01:20 +00:00
fix: fix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user