Temporarily Disabled GM Command Logs; Weren't working Properly >_<!

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@223 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
codemaster 2004-11-16 21:36:25 +00:00
parent c2261d354e
commit 3fbbf7b9b9

View File

@ -674,8 +674,9 @@ is_atcommand(const int fd, struct map_session_data* sd, const char* message, int
}
}
if((log_config.gm) && (info.level >= log_config.gm))
log_atcommand(sd, message);
// ToDo: Fix Logs :)
//if((log_config.gm) && (info.level >= log_config.gm))
// log_atcommand(sd, message);
return info.type;
}