fixed discord presence randomly dropping for no reason

This commit is contained in:
LazyByteDev
2026-03-04 11:34:15 -05:00
parent e36bcb6ef0
commit 8a71ed970a
4 changed files with 42 additions and 32 deletions

View File

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