Skip to content

Commit

Permalink
fix(server/groups): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Manason committed Feb 29, 2024
1 parent c331218 commit 6ac69f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/groups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ local function upsertGangGrade(name, grade, data)
TriggerClientEvent('qbx_core:client:onGangUpdate', -1, name, gangs[name])
end

exports('UpsetGangGrade', upsertGangGrade)
exports('UpsertGangGrade', upsertGangGrade)

---@param name string
---@param grade integer
Expand Down

0 comments on commit 6ac69f8

Please sign in to comment.