diff --git a/src/common/config.cpp b/src/common/config.cpp index 8f90a1fde..a26e21f0c 100644 --- a/src/common/config.cpp +++ b/src/common/config.cpp @@ -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(keys, "TrophyKey", ""); } }