mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-25 02:24:39 +00:00
fixed discord presence randomly dropping for no reason
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user