Skip to content

Commit

Permalink
Fixed acl command calling error function
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Smit committed Jan 21, 2017
1 parent 0531d27 commit 1ca7070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luamods/wolfadmin/commands/server/acl.lua
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function commandAcl(clientId, cmdArguments)
elseif cmd == "copyroles" then
return commandAclCopyLevelRoles(cmdArguments)
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

return true
Expand Down

0 comments on commit 1ca7070

Please sign in to comment.