Update main.lua

This commit is contained in:
Andyyy7666
2022-02-26 16:43:03 +01:00
committed by GitHub
parent c3a1209c55
commit 5919a4babc

View File

@@ -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