mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 23:28:11 +03:00
Fixed calling StreamServer.Shutdown clearing client interfaces too
This commit is contained in:
parent
08a4136a3e
commit
1a1809ba40
@ -85,8 +85,15 @@ namespace Steamworks
|
||||
|
||||
internal override void DestroyInterface( bool server )
|
||||
{
|
||||
InterfaceClient = null;
|
||||
InterfaceServer = null;
|
||||
if ( !server )
|
||||
{
|
||||
InterfaceClient = null;
|
||||
}
|
||||
|
||||
if ( server )
|
||||
{
|
||||
InterfaceServer = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user