forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
cae0f6e2e7
commit
51ff9f34ae
1 changed files with 4 additions and 4 deletions
|
@ -19,9 +19,9 @@ end
|
|||
|
||||
Config.Locale = 'de'
|
||||
|
||||
Config.UseMotDateFromMyMechanicMDT = false -- allow use data from the mot from myMechanicMDT (via plate)
|
||||
Config.showLastMotDetailFromMyMechanicMDT = false -- allow show last mot-details from myMechanicMDT (via plate)
|
||||
Config.showPartAcceptanceFromMyMechanicMDT = false -- allow show last part-acceptance from myMechanicMDT (via plate)
|
||||
Config.UseMotDateFromMyMechanicMDT = true -- allow use data from the mot from myMechanicMDT (via plate)
|
||||
Config.showLastMotDetailFromMyMechanicMDT = true -- allow show last mot-details from myMechanicMDT (via plate)
|
||||
Config.showPartAcceptanceFromMyMechanicMDT = true -- allow show last part-acceptance from myMechanicMDT (via plate)
|
||||
|
||||
Config.UseWeaponRegister = true --additional
|
||||
Config.HandleParagraphsAsNumber = false --if you type your paragraphs like 1.1 etc without chars
|
||||
|
@ -50,7 +50,7 @@ Config.Systems = {
|
|||
|
||||
["police"] = {
|
||||
offdutyjobs = {"off-police","offpolice"},
|
||||
bossranks = {"chief","director_of_marshals","assistant_chief"}
|
||||
bossranks = {"9","director_of_marshals","assistant_chief"}
|
||||
},
|
||||
["marshal"] = {
|
||||
offdutyjobs = {"off-sheriff", "offsheriff"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue