mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-12 14:48:02 +03:00
Fixed NRE in request
This commit is contained in:
parent
755b238e1d
commit
9d8141475f
@ -195,6 +195,7 @@ namespace Facepunch.Steamworks
|
||||
/// </summary>
|
||||
public void Dispose()
|
||||
{
|
||||
if ( client.IsValid )
|
||||
client.OnUpdate -= Update;
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user