mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Fixed acl command calling error function
This commit is contained in:
parent
0531d27220
commit
1ca7070646
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ function commandAcl(clientId, cmdArguments)
|
||||||
elseif cmd == "copyroles" then
|
elseif cmd == "copyroles" then
|
||||||
return commandAclCopyLevelRoles(cmdArguments)
|
return commandAclCopyLevelRoles(cmdArguments)
|
||||||
else
|
else
|
||||||
error("usage: acl [listlevels|addlevel|removelevel|relevel|listroles|isallowed|addrole|removerole|copyroles]")
|
et.G_Print("usage: acl [listlevels|addlevel|removelevel|relevel|listroles|isallowed|addrole|removerole|copyroles]")
|
||||||
end
|
end
|
||||||
|
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in a new issue