diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 2f7cdd995..bf5d434c6 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -748,8 +748,8 @@ is_atcommand(const int fd, struct map_session_data* sd, const char* message, int } // ToDo: Fix Logs :) - //if((log_config.gm) && (info.level >= log_config.gm)) - // log_atcommand(sd, message); + if((log_config.gm) && (info.level >= log_config.gm)) + log_atcommand(sd, message); return info.type; } |