Getting rid of "Outdated config" message (#3445)

This commit is contained in:
Missake212
2025-08-22 16:36:32 +01:00
committed by GitHub
parent 975166e5e1
commit 788228c0f3

View File

@@ -784,7 +784,6 @@ void load(const std::filesystem::path& path) {
// Run save after loading to generate any missing fields with default values.
if (config_version != current_version) {
fmt::print("Outdated config detected, updating config file.\n");
save(path);
}
}