mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
logging (still doesnt work)
This commit is contained in:
parent
086dfc8773
commit
47e427e844
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue