mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-24 10:04:36 +00:00
fixed discord presence randomly dropping for no reason
This commit is contained in:
@@ -593,7 +593,7 @@ DWORD WINAPI WinsockNetLayer::AcceptThreadProc(LPVOID param)
|
||||
|
||||
extern CPlatformNetworkManagerStub *g_pPlatformNetworkManager;
|
||||
g_pPlatformNetworkManager->NotifyPlayerJoined(qnetPlayer);
|
||||
ProfileManager.SetCurrentGameActivity(0, 4, false); // make sure it gets reset properly
|
||||
//ProfileManager.SetCurrentGameActivity(0, 4, false); // make sure it gets reset properly
|
||||
|
||||
DWORD *threadParam = new DWORD;
|
||||
*threadParam = connIdx;
|
||||
|
||||
Reference in New Issue
Block a user