Skip to content

Commit e119aa4

Browse files
authored
Use cities limit patch by default
1 parent ea66287 commit e119aa4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/sfall_config.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@ bool sfallConfigInit(int argc, char** argv)
7777
strcpy(path, SFALL_CONFIG_FILE_NAME);
7878
}
7979

80-
bool isSfallConfigExists = configRead(&gSfallConfig, path, false);
81-
if (!isSfallConfigExists) {
82-
configSetBool(&gSfallConfig, SFALL_CONFIG_MISC_KEY, SFALL_CONFIG_CITIES_LIMIT_FIX, false);
83-
}
80+
configRead(&gSfallConfig, path, false);
8481

8582
configParseCommandLineArguments(&gSfallConfig, argc, argv);
8683

0 commit comments

Comments
 (0)