diff --git a/tf2_bot_detector/Config/Settings.cpp b/tf2_bot_detector/Config/Settings.cpp index f838d0ec..46fa7a70 100644 --- a/tf2_bot_detector/Config/Settings.cpp +++ b/tf2_bot_detector/Config/Settings.cpp @@ -545,7 +545,7 @@ void Settings::Deserialize(const nlohmann::json& json) try_get_to_defaulted(*custom_values, m_VoteKickIgnoreTeamStateOnCertainMaps, "vote_kick_ignore_team_state_certain_maps", DEFAULTS.m_VoteKickIgnoreTeamStateOnCertainMaps); // m_TFBinaryMode - try_get_to_defaulted(*found, m_TFBinaryMode, "tf_binary_mode", DEFAULTS.m_TFBinaryMode); + try_get_to_defaulted(*custom_values, m_TFBinaryMode, "tf_binary_mode", DEFAULTS.m_TFBinaryMode); } //