Update Paths & Fix external launcher

This commit is contained in:
2026-06-03 11:04:59 -04:00
parent b857b9e594
commit eee624d210
2 changed files with 9 additions and 7 deletions
@@ -155,7 +155,7 @@ static bool FetchSessionInfo() {
std::vector<std::wstring> headers;
headers.push_back(L"Content-Type: text/plain");
HttpResponse response = WinsockNetLayer::DoWinHttpRequest(L"/getAccountInfo", L"POST", Windows64Minecraft::GetAuthenticationTicket(), headers);
HttpResponse response = WinsockNetLayer::DoWinHttpRequest(L"/accountinfo", L"POST", Windows64Minecraft::GetAuthenticationTicket(), headers);
if (response.status == 0) return false;