From a8d8bba68d25c3bc4587978fd31cb9d7b5eaf167 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 17 Jul 2025 03:14:15 +0200 Subject: [PATCH] Update config.lua --- resources/[standalone]/[rcore_tv]/rcore_television/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua index 9d3788cdf..6dfd3b91c 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 = false +Config.Debug = true -- will type start and end of events + nui callbacks Config.FunctionsDebug = false -- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc. -Config.GeneralDebug = false +Config.GeneralDebug = true -- a command to set volume for TV Config.volumeCommand = "tvvolume"