mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 06:16:02 +01:00
Update main.lua
This commit is contained in:
@@ -92,7 +92,6 @@ AddEventHandler("checkPerms", function(role)
|
|||||||
for i = 1, #config.departments[role] do
|
for i = 1, #config.departments[role] do
|
||||||
rolePermission = IsRolePresent(player, role, config.departments[role][i], "start")
|
rolePermission = IsRolePresent(player, role, config.departments[role][i], "start")
|
||||||
if rolePermission then
|
if rolePermission then
|
||||||
print(rolePermission)
|
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user