mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-26 13:31:17 +03:00
Don't try to remove the connection poll group in OnDisconnected (causes assert spam)
This commit is contained in:
parent
401f53b30d
commit
6e67204ddc
@ -89,8 +89,6 @@ namespace Steamworks
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual void OnDisconnected( Connection connection, ConnectionInfo info )
|
public virtual void OnDisconnected( Connection connection, ConnectionInfo info )
|
||||||
{
|
{
|
||||||
SteamNetworkingSockets.Internal.SetConnectionPollGroup( connection, 0 );
|
|
||||||
|
|
||||||
if ( Interface != null )
|
if ( Interface != null )
|
||||||
{
|
{
|
||||||
Interface.OnDisconnected( connection, info );
|
Interface.OnDisconnected( connection, info );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user