mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
fixed the server showing without the argument
This commit is contained in:
parent
b36cf60495
commit
1bc153de01
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue