1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-07-30 02:23:20 +02:00
parent 0f2637b928
commit d2994aa88b

View file

@ -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'