From 544252787ad1d7b55bb1d8299e8779ad7d57fe75 Mon Sep 17 00:00:00 2001 From: sketchyphoenix Date: Tue, 30 Dec 2008 02:13:01 +0000 Subject: Removed a trailing argument left in r13420 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13425 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: # .", cmd); + sprintf(output, "Charcommand failed. Usage: # ."); clif_displaymessage(fd, output); return true; } -- cgit v1.2.3-70-g09d2