diff options
Diffstat (limited to 'src/game-server/commandhandler.cpp')
-rw-r--r-- | src/game-server/commandhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp index 9aefbcab..3c716da5 100644 --- a/src/game-server/commandhandler.cpp +++ b/src/game-server/commandhandler.cpp @@ -844,6 +844,6 @@ void CommandHandler::handleCommand(Character *player, } else { - say("command not found", player); + say("Command not found. Enter @help to view the list of available commands.", player); } } |