(bugreport:2836) A correction of a typographical error with GM command logging.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13646 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
sketchyphoenix 2009-03-31 15:08:57 +00:00
parent 945ba4b5b5
commit 67adb599ab

View File

@ -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;
}