fix(client-callbacks): check source before attempting concatenation

This commit is contained in:
Joel
2025-10-06 14:48:21 -04:00
committed by GitHub
parent 3c9ce7cc4c
commit 63d6cc9681
+1
View File
@@ -441,6 +441,7 @@ end
---@param cb function
---@param ... any
function QBCore.Functions.TriggerClientCallback(name, source, ...)
if not source then return end
local cb = nil
local args = { ... }