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

@@ -218,7 +218,11 @@ void CPlatformNetworkManagerStub::DoWork()
{
_iQNetStubState = QNET_STATE_GAME_PLAY;
if (m_pIQNet->IsHost())
{
WinsockNetLayer::UpdateAdvertiseJoinable(true);
}
}
if (_iQNetStubState == QNET_STATE_IDLE)
TickSearch();