From 47e427e844f2046b688c46ca3986387087ebd53e Mon Sep 17 00:00:00 2001 From: Siepert123 Date: Wed, 4 Mar 2026 20:30:57 +0100 Subject: [PATCH] logging (still doesnt work) --- Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp b/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp index 6e3d97ff4..9c8fd1c89 100644 --- a/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp +++ b/Minecraft.Client/Common/Network/PlatformNetworkManagerStub.cpp @@ -743,7 +743,9 @@ void CPlatformNetworkManagerStub::SearchForGames() wstring port; wstring name; while (getline(ServersTxt, line)) { + app.DebugPrintf("Read line %s in phase %i\n", line, phase); wline = convStringToWstring(line); + app.DebugPrintf("As wstring: %s\n", wline); if (phase == 0) { ip = line; phase = 1;