summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorsketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-31 15:08:57 +0000
committersketchyphoenix <sketchyphoenix@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-03-31 15:08:57 +0000
commitd6f7fe505157c9889ff72a2727c07248a3ca854f (patch)
treeebc714f3b92e2ab7864a8e07ebb175233fc748e0 /src/map/atcommand.c
parent5628702284ec278f016d96dc7b439f81f873dbd2 (diff)
downloadhercules-d6f7fe505157c9889ff72a2727c07248a3ca854f.tar.gz
hercules-d6f7fe505157c9889ff72a2727c07248a3ca854f.tar.bz2
hercules-d6f7fe505157c9889ff72a2727c07248a3ca854f.tar.xz
hercules-d6f7fe505157c9889ff72a2727c07248a3ca854f.zip
(bugreport:2836) A correction of a typographical error with GM command logging.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13646 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-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 591a8ca8e..61557fd51 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -9047,7 +9047,7 @@ bool is_atcommand(const int fd, struct map_session_data* sd, const char* message
//Log Charcommands
if( log_config.gm && info->level2 >= log_config.gm && *atcmd_msg == charcommand_symbol && ssd != NULL )
- log_atcommand(ssd, message);
+ log_atcommand(sd, message);
return true;
}