From d4ace32b422c8e9bed92042d5e75a8f3f7459dd6 Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Thu, 17 Jul 2025 03:22:40 +0200 Subject: [PATCH] Update config.lua --- resources/[standalone]/[rcore_tv]/rcore_television/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua index 6dfd3b91c..ade671423 100644 --- a/resources/[standalone]/[rcore_tv]/rcore_television/config.lua +++ b/resources/[standalone]/[rcore_tv]/rcore_television/config.lua @@ -44,7 +44,7 @@ Config.OnJobUpdate = "QBCore:Client:OnJobUpdate" Config.Debug = true -- will type start and end of events + nui callbacks -Config.FunctionsDebug = false +Config.FunctionsDebug = true -- Will print in what type of thing error has happened.. Example CreateThread, RegisterNetEvent, RegisterCommand, etc. Config.GeneralDebug = true