diff options
Diffstat (limited to 'src/core/he_help.c')
-rw-r--r-- | src/core/he_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/he_help.c b/src/core/he_help.c index 5b3f4a129..c4411e711 100644 --- a/src/core/he_help.c +++ b/src/core/he_help.c @@ -22,7 +22,7 @@ class CommandHEHelp : public Command { } - CommandResult Execute(User *u, std::vector<std::string> ¶ms) + CommandReturn Execute(User *u, std::vector<std::string> ¶ms) { mod_help_cmd(s_HelpServ, u, HELPSERV, params[0].c_str()); return MOD_CONT; |