feat: achievements, minecraft store, languages, auto lb sendStats, more Language Strings

This commit is contained in:
Byte
2026-06-23 20:40:27 +02:00
parent 658849b427
commit 028dcdce41
58 changed files with 1649 additions and 375 deletions
@@ -868,7 +868,10 @@ void CPlatformNetworkManagerStub::SearchForGames()
info->sessionId = static_cast<uint64_t>(inet_addr(lanSessions[i].hostIP)) |
static_cast<uint64_t>(lanSessions[i].hostPort) << 32;
friendsSessions[0].push_back(info);
//Fix null crash? I think its here...
if (info) {
friendsSessions[0].push_back(info);
}
}
m_searchResultsCount[0] = static_cast<int>(friendsSessions[0].size());