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

View File

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