mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
fix(core): group data updating
This commit is contained in:
@@ -83,3 +83,10 @@ RegisterNetEvent("ND:clothingMenu", function()
|
||||
tattoos = true
|
||||
})
|
||||
end)
|
||||
|
||||
RegisterNetEvent("ND:groupsUpdated", function(simplified)
|
||||
if source == "" then return end
|
||||
|
||||
if not simplified then return end
|
||||
Config.groups = simplified
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user