forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
ff37006068
commit
5fc9969bab
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ Config.toweeAutopilot = true
|
||||||
-- Job whitelist
|
-- Job whitelist
|
||||||
Config.jobWhitelist = {
|
Config.jobWhitelist = {
|
||||||
towing = {
|
towing = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
jobs = {
|
jobs = {
|
||||||
'mechanic',
|
'mechanic',
|
||||||
'police',
|
'police',
|
||||||
|
@ -67,7 +67,7 @@ Config.jobWhitelist = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
winch = {
|
winch = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
jobs = {
|
jobs = {
|
||||||
'mechanic',
|
'mechanic',
|
||||||
'police',
|
'police',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue