Skip to content

Commit

Permalink
fix loading tf_binary_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
surepy committed Mar 23, 2024
1 parent a985e67 commit e830b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2_bot_detector/Config/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
//

Expand Down

0 comments on commit e830b02

Please sign in to comment.