logging (still doesnt work)

This commit is contained in:
Siepert123 2026-03-04 20:30:57 +01:00
parent 086dfc8773
commit 47e427e844

View file

@ -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;