From d2994aa88b2f53a7bc6f7eb868f848f636b50634 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 30 Jul 2025 02:23:20 +0200 Subject: [PATCH] Update config.lua --- resources/[inventory]/nordi_backpack/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[inventory]/nordi_backpack/config.lua b/resources/[inventory]/nordi_backpack/config.lua index 2ad6f1d1c..2dfd6d2d9 100644 --- a/resources/[inventory]/nordi_backpack/config.lua +++ b/resources/[inventory]/nordi_backpack/config.lua @@ -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'