forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
10a5d168d4
commit
e542e77789
1 changed files with 2 additions and 2 deletions
|
@ -325,7 +325,7 @@ Config.UseMathCeilOnFees = true
|
||||||
|
|
||||||
Config.CreatorJobs = { -- Choose the jobs suitable for creating houses
|
Config.CreatorJobs = { -- Choose the jobs suitable for creating houses
|
||||||
'realestate',
|
'realestate',
|
||||||
'police',
|
'admin',
|
||||||
'realestatejob'
|
'realestatejob'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -403,7 +403,7 @@ Config.DisableBuyableDecorationFromF3 = false -- Disable the purchase of decorat
|
||||||
documentation under the 'dependencies' section.
|
documentation under the 'dependencies' section.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
Config.RequiredCop = 0 -- Number of police required (only for lockpicking)
|
Config.RequiredCop = 2 -- Number of police required (only for lockpicking)
|
||||||
Config.PoliceJobs = { -- Jobs that will be considered police
|
Config.PoliceJobs = { -- Jobs that will be considered police
|
||||||
'realestate',
|
'realestate',
|
||||||
'police',
|
'police',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue