From c1b2adef302fd10dda40ffa344c40812907f4cdc Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Tue, 10 Jun 2025 19:43:01 +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 de301ad89..6980b6d83 100644 --- a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua +++ b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua @@ -44,10 +44,10 @@ Config.OnJobUpdate = "QBCore:Client:OnJobUpdate" Config.Debug = debug -- 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"