mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 02:01:33 +00:00
Refactor: Removes indenting, reduces to one line (#899)
This commit is contained in:
+3
-4
@@ -2,8 +2,8 @@ QBShared = QBShared or {}
|
||||
QBShared.ForceJobDefaultDutyAtLogin = true -- true: Force duty state to jobdefaultDuty | false: set duty state from database last saved
|
||||
QBShared.QBJobsStatus = false -- true: integrate qb-jobs into the whole of qb-core | false: treat qb-jobs as an add-on resource.
|
||||
QBShared.Jobs = {} -- All of below has been migrated into qb-jobs
|
||||
if not QBShared.QBJobsStatus then
|
||||
QBShared.Jobs = {
|
||||
if QBShared.QBJobsStatus then return end
|
||||
QBShared.Jobs = {
|
||||
['unemployed'] = {
|
||||
label = 'Civilian',
|
||||
defaultDuty = true,
|
||||
@@ -284,5 +284,4 @@ if not QBShared.QBJobsStatus then
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user