mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-16 21:46:03 +01:00
fix: syntax error
This commit is contained in:
@@ -310,7 +310,7 @@ local function createCharacterTable(info)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
for group, role in pairs(Config.groupRoles)
|
for group, role in pairs(Config.groupRoles) do
|
||||||
if lib.table.contains(roles, role) then
|
if lib.table.contains(roles, role) then
|
||||||
self.addGroup(group)
|
self.addGroup(group)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user