From 78796848eb3f205190a7c93ab7c2843d0484bcf0 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Wed, 25 Jun 2025 01:01:27 +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 7faad1ac6..e013d377f 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"