From 1bc153de017496925a578afe5040480edcc370a3 Mon Sep 17 00:00:00 2001 From: dyrk <53305754+dyrkuwu@users.noreply.github.com> Date: Wed, 4 Mar 2026 22:31:49 +0300 Subject: [PATCH] fixed the server showing without the argument --- Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];