Fixed atcommands not being logged (follow-up to r15572)(bugreport:5370).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15632 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
gepard1984 2012-02-27 13:04:34 +00:00
parent 0041662145
commit f918aa8aad

View File

@ -120,7 +120,7 @@ static void read_config(void)
}
config_setting_lookup_int(group, "level", &level);
config_setting_lookup_int(group, "log_commands", &log_commands);
config_setting_lookup_bool(group, "log_commands", &log_commands);
if (!config_setting_lookup_string(group, "name", &groupname)) {
char temp[20];