mirror of
https://github.com/qbcore-fivem/qb-core.git
synced 2026-08-29 01:08:57 +00:00
fix(server/exports): wrong variable
Co-authored-by: ItsANoBrainer <itsanobrainergg@protonmail.com>
This commit is contained in:
+1
-1
@@ -129,7 +129,7 @@ local function AddGangs(gangs)
|
||||
if QBCore.Shared.Gangs[key] then
|
||||
message = "gang_exists"
|
||||
shouldContinue = false
|
||||
errorItem = items[key]
|
||||
errorItem = gangs[key]
|
||||
break
|
||||
end
|
||||
QBCore.Shared.Gangs[key] = value
|
||||
|
||||
Reference in New Issue
Block a user