diff options
Diffstat (limited to 'src')
-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; } |