(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:
parent
945ba4b5b5
commit
67adb599ab
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user