summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index 81d758513..87c728426 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -9028,7 +9028,7 @@ bool is_atcommand(const int fd, struct map_session_data* sd, const char* message
{
//Fail any #commands without names.
if( sscanf(message, "%99s %99[^\n]", cmd, param) == 1 ) {
- sprintf(output, "Charcommand failed. Usage: #<command> <char name> <params>.", cmd);
+ sprintf(output, "Charcommand failed. Usage: #<command> <char name> <params>.");
clif_displaymessage(fd, output);
return true;
}