mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
Actualizar main.lua
This commit is contained in:
+1
-1
@@ -179,5 +179,5 @@ QBShared.FemaleNoGloves = {
|
||||
--- @param item string
|
||||
--- @return table
|
||||
function GetShared(namespace, item)
|
||||
return QBCore.Shared[namespace][item]
|
||||
return QBCore.Shared[namespace]?[item]
|
||||
end
|
||||
Reference in New Issue
Block a user