mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +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
|
||||
rolePermission = IsRolePresent(player, role, config.departments[role][i], "start")
|
||||
if rolePermission then
|
||||
print(rolePermission)
|
||||
break
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user