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;