diff options
Diffstat (limited to 'src/command_parse.cpp')
| -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 7a5df7d09..597aa982a 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -388,7 +388,7 @@ void CommandParser::RemoveCommands(const char* source) i++; RemoveCommand(safei, source); } - return true; + return; } void CommandParser::RemoveCommand(command_table::iterator safei, const char* source) |
