Actualizar main.lua

This commit is contained in:
Cocodrulo
2025-11-20 13:52:30 +00:00
committed by GitHub
parent 35fdca273a
commit 98b6c5bf1f
+1 -1
View File
@@ -179,5 +179,5 @@ QBShared.FemaleNoGloves = {
--- @param item string --- @param item string
--- @return table --- @return table
function GetShared(namespace, item) function GetShared(namespace, item)
return QBCore.Shared[namespace][item] return QBCore.Shared[namespace]?[item]
end end