2
0
mirror of https://github.com/Facepunch/Facepunch.Steamworks.git synced 2025-03-29 13:49:03 +03:00

Don't try to remove the connection poll group in OnDisconnected (causes assert spam)

This commit is contained in:
André Straubmeier 2020-08-18 12:06:27 +02:00
parent 401f53b30d
commit 6e67204ddc

@ -89,8 +89,6 @@ namespace Steamworks
/// </summary>
public virtual void OnDisconnected( Connection connection, ConnectionInfo info )
{
SteamNetworkingSockets.Internal.SetConnectionPollGroup( connection, 0 );
if ( Interface != null )
{
Interface.OnDisconnected( connection, info );