forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
e3fc4295d9
commit
d38293c14f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
Config = {}
|
Config = {}
|
||||||
|
|
||||||
Config.debug = true
|
Config.debug = false
|
||||||
|
|
||||||
-------------------------------------------------
|
-------------------------------------------------
|
||||||
--- FRAMEWORK SETTINGS
|
--- FRAMEWORK SETTINGS
|
||||||
|
@ -15,7 +15,7 @@ Config.esxSettings = {
|
||||||
}
|
}
|
||||||
|
|
||||||
Config.qbSettings = {
|
Config.qbSettings = {
|
||||||
enabled = false,
|
enabled = true,
|
||||||
-- Whether or not to use the new QBCore export method
|
-- Whether or not to use the new QBCore export method
|
||||||
useNewQBExport = true,
|
useNewQBExport = true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue