diff options
author | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 21:36:25 +0000 |
---|---|---|
committer | codemaster <codemaster@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 21:36:25 +0000 |
commit | 88a721697629427663c3dd5b84dc7d35d2194d98 (patch) | |
tree | 7664b6d43acc5559ab058c6ffa82a8b0ded22fe2 | |
parent | df34e9527d59cab537d6278995f1306d13f34c0c (diff) | |
download | hercules-88a721697629427663c3dd5b84dc7d35d2194d98.tar.gz hercules-88a721697629427663c3dd5b84dc7d35d2194d98.tar.bz2 hercules-88a721697629427663c3dd5b84dc7d35d2194d98.tar.xz hercules-88a721697629427663c3dd5b84dc7d35d2194d98.zip |
Temporarily Disabled GM Command Logs; Weren't working Properly >_<!
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@223 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | src/map/atcommand.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index d0a222c12..70ada41de 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -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; } |