From 91b2466ed67b4058d13e7b966c0ea1e4127258a2 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 17 Jul 2025 23:57:01 +0200 Subject: [PATCH] Update config.lua --- .../[standalone]/[rcore_tv]/rcore_television/config.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua index ade671423..9d3788cdf 100644 --- a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua +++ b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua @@ -41,13 +41,13 @@ Config.OnPlayerLoaded = "QBCore:Client:OnPlayerLoaded" Config.OnJobUpdate = "QBCore:Client:OnJobUpdate" -- will enable debug print and stuff -Config.Debug = true +Config.Debug = false -- will type start and end of events + nui callbacks -Config.FunctionsDebug = true +Config.FunctionsDebug = false -- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc. -Config.GeneralDebug = true +Config.GeneralDebug = false -- a command to set volume for TV Config.volumeCommand = "tvvolume"