fixed the server showing without the argument

This commit is contained in:
dyrk 2026-03-04 22:31:49 +03:00 committed by GitHub
parent b36cf60495
commit 1bc153de01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -730,7 +730,7 @@ void CPlatformNetworkManagerStub::SearchForGames()
friendsSessions[0].push_back(info);
}
if (g_Win64MultiplayerIP[0] != 0)
if (g_Win64MultiplayerJoin && g_Win64MultiplayerIP[0] != 0)
{
FriendSessionInfo* info = new FriendSessionInfo();
wchar_t label[128];