diff --git a/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp b/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp index c9af72e51..14c9267ec 100644 --- a/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp +++ b/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp @@ -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];