forked from Simnation/Main
fix
This commit is contained in:
parent
bebc98abca
commit
8877fdbefb
2 changed files with 1 additions and 8 deletions
|
@ -399,13 +399,6 @@ CodeStudio.Products = {
|
||||||
itemPrice = 1000,
|
itemPrice = 1000,
|
||||||
itemInfo = "",
|
itemInfo = "",
|
||||||
},
|
},
|
||||||
['paper'] = {
|
|
||||||
itemName = "Druckerpapier",
|
|
||||||
itemStock = 5000,
|
|
||||||
itemPrice = 10,
|
|
||||||
itemInfo = "",
|
|
||||||
},
|
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
['liquor'] = {
|
['liquor'] = {
|
||||||
|
|
|
@ -4,7 +4,7 @@ Config = {}
|
||||||
|
|
||||||
Config.Locale = 'de' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
|
Config.Locale = 'de' -- 'en', 'fr', 'de', 'es', 'it', 'pt', 'tr' -- Language
|
||||||
|
|
||||||
Config.Debug = false
|
Config.Debug = true
|
||||||
|
|
||||||
Config.Notify = 'okok' --ox, esx, okok,qb,wasabi,custom
|
Config.Notify = 'okok' --ox, esx, okok,qb,wasabi,custom
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue