Update config.cpp

This commit is contained in:
georgemoralis 2024-12-28 18:34:40 +02:00 committed by GitHub
parent 942791c763
commit c1d5bcae28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -678,7 +678,7 @@ void load(const std::filesystem::path& path) {
}
if (data.contains("Keys")) {
const toml::value& keys = data.at("keys");
const toml::value& keys = data.at("Keys");
trophyKey = toml::find_or<std::string>(keys, "TrophyKey", "");
}
}