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:
parent
c2261d354e
commit
3fbbf7b9b9
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user