Skip to content

Commit

Permalink
Send UDID with leaderboard requests (2.2 blank cell fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Dec 6, 2023
1 parent fa49433 commit 8a6f403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/BetterInfoOnline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void BetterInfoOnline::loadScores(int accountID, bool force){
web::AsyncWebRequest()
.userAgent("")
.postRequest()
.postFields(fmt::format("gameVersion=21&binaryVersion=35&gdw=0&accountID={}&type=relative&secret=Wmfd2893gb7", accountID))
.postFields(fmt::format("gameVersion=21&binaryVersion=35&gdw=0&accountID={}&udid={}&type=relative&secret=Wmfd2893gb7", accountID, GameManager::sharedState()->m_playerUDID))
.fetch("http://www.boomlings.com/database/getGJScores20.php")
.text()
.then([this, accountID](const std::string& response) {
Expand Down

0 comments on commit 8a6f403

Please sign in to comment.