diff --git a/src/sfall_config.cc b/src/sfall_config.cc index 7dffc18..12c5db3 100644 --- a/src/sfall_config.cc +++ b/src/sfall_config.cc @@ -77,10 +77,7 @@ bool sfallConfigInit(int argc, char** argv) strcpy(path, SFALL_CONFIG_FILE_NAME); } - bool isSfallConfigExists = configRead(&gSfallConfig, path, false); - if (!isSfallConfigExists) { - configSetBool(&gSfallConfig, SFALL_CONFIG_MISC_KEY, SFALL_CONFIG_CITIES_LIMIT_FIX, false); - } + configRead(&gSfallConfig, path, false); configParseCommandLineArguments(&gSfallConfig, argc, argv);