mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-28 17:01:16 +00:00
fix(server/exports): wrong variable
This commit is contained in:
+2
-2
@@ -122,7 +122,7 @@ local function AddGangs(gangs)
|
||||
if type(key) ~= "string" then
|
||||
message = "invalid_gang_name"
|
||||
shouldContinue = false
|
||||
errorItem = items[key]
|
||||
errorItem = gangs[key]
|
||||
break
|
||||
end
|
||||
|
||||
@@ -151,4 +151,4 @@ local function GetCoreVersion(InvokingResource)
|
||||
return resourceVersion
|
||||
end
|
||||
QBCore.Functions.GetCoreVersion = GetCoreVersion
|
||||
exports('GetCoreVersion', GetCoreVersion)
|
||||
exports('GetCoreVersion', GetCoreVersion)
|
||||
|
||||
Reference in New Issue
Block a user