diff options
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 684893355..6ec6f96a2 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -319,7 +319,7 @@ bool CommandParser::IsValidCommand(std::string &commandname, int pcnt, userrec * { if (n->second->flags_needed) { - return ((user->HasPermission(commandname)) || (is_uline(user->server))) + return ((user->HasPermission(commandname)) || (is_uline(user->server))); } return true; } |