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'
|
Config.BackpackKey = 'B'
|
||||||
|
|
||||||
-- Debug mode - prints additional information to console
|
-- Debug mode - prints additional information to console
|
||||||
Config.Debug = true
|
Config.Debug = false
|
||||||
|
|
||||||
-- Notification settings
|
-- Notification settings
|
||||||
Config.Notifications = {
|
Config.Notifications = {
|
||||||
|
@ -113,7 +113,7 @@ Config.Notifications = {
|
||||||
|
|
||||||
-- Logging settings
|
-- Logging settings
|
||||||
Config.Logs = {
|
Config.Logs = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
webhookName = 'backpacks', -- Name of the webhook in qb-log
|
webhookName = 'backpacks', -- Name of the webhook in qb-log
|
||||||
openTitle = 'Backpack Opened',
|
openTitle = 'Backpack Opened',
|
||||||
openColor = 'blue'
|
openColor = 'blue'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue