From a5ecb15312b89c337db5651f92cec453b72218c6 Mon Sep 17 00:00:00 2001 From: ClusterConsultant <19409904+ClusterConsultant@users.noreply.github.com> Date: Sun, 12 Sep 2021 00:44:52 -0500 Subject: [PATCH] Add OzFortress to default context menu closes #315 --- tf2_bot_detector/Config/Settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tf2_bot_detector/Config/Settings.cpp b/tf2_bot_detector/Config/Settings.cpp index 22892299..70695e56 100644 --- a/tf2_bot_detector/Config/Settings.cpp +++ b/tf2_bot_detector/Config/Settings.cpp @@ -390,6 +390,7 @@ void Settings::AddDefaultGotoProfileSites() m_GotoProfileSites.push_back({ "RGL", "https://rgl.gg/Public/PlayerProfile.aspx?p=%SteamID64%" }); m_GotoProfileSites.push_back({ "SteamRep", "https://steamrep.com/profiles/%SteamID64%" }); m_GotoProfileSites.push_back({ "UGC League", "https://www.ugcleague.com/players_page.cfm?player_id=%SteamID64%" }); + m_GotoProfileSites.push_back({ "Oz Fortress", "https://ozfortress.com/users/steam_id/%SteamID64%" }); } void Settings::Deserialize(const nlohmann::json& json)