forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
0f2637b928
commit
d2994aa88b
1 changed files with 2 additions and 2 deletions
|
@ -95,7 +95,7 @@ Config.Backpacks = {
|
|||
Config.BackpackKey = 'B'
|
||||
|
||||
-- Debug mode - prints additional information to console
|
||||
Config.Debug = true
|
||||
Config.Debug = false
|
||||
|
||||
-- Notification settings
|
||||
Config.Notifications = {
|
||||
|
@ -113,7 +113,7 @@ Config.Notifications = {
|
|||
|
||||
-- Logging settings
|
||||
Config.Logs = {
|
||||
enabled = true,
|
||||
enabled = false,
|
||||
webhookName = 'backpacks', -- Name of the webhook in qb-log
|
||||
openTitle = 'Backpack Opened',
|
||||
openColor = 'blue'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue