--- Daodan/src/Daodan_Config.c 2014/03/16 23:35:10 984 +++ Daodan/src/Daodan_Config.c 2014/04/02 00:48:54 990 @@ -61,7 +61,7 @@ bool DDrIniCallback(char* section, bool { if (!_stricmp(section, "options")) ini_section = s_options; - else if (!_stricmp(section, "patch")) + else if (!_stricmp(section, "patch") || !_stricmp(section, "patches")) ini_section = s_patch; else if (!_stricmp(section, "bsl")) ini_section = s_bsl;