Skip to content

Commit 3617ec9

Browse files
committed
Fix user agent.
1 parent 72cf243 commit 3617ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SquadMgr/SquadMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ void CSquadMgr::GetKPData(PlayerInfo_t& aPlayer)
720720
}
721721

722722
HINTERNET hInternet = InternetOpen(
723-
"GW2/Raidcore/CommandersToolkit", INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0);
723+
"Raidcore/GW2/CommandersToolkit", INTERNET_OPEN_TYPE_DIRECT, NULL, NULL, 0);
724724

725725
std::string result;
726726

0 commit comments

Comments
 (0)