1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-12 18:29:30 +02:00
parent e3fc4295d9
commit d38293c14f

View file

@ -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,
} }