mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-25 13:41:21 +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)
|
||||
-- returns level for client
|
||||
|
||||
return 0
|
||||
end
|
||||
|
||||
return acl
|
||||
|
|
Loading…
Reference in a new issue