mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2025-02-16 17:01:48 +00:00
Return a temp value for ACL levels
This commit is contained in:
parent
dfa2533d7b
commit
7babdb893b
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ end
|
||||||
|
|
||||||
function acl.getlevel(clientId)
|
function acl.getlevel(clientId)
|
||||||
-- returns level for client
|
-- returns level for client
|
||||||
|
|
||||||
|
return 0
|
||||||
end
|
end
|
||||||
|
|
||||||
return acl
|
return acl
|
||||||
|
|
Loading…
Reference in a new issue