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"