mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkClient.OnError made static
This commit is contained in:
parent
461ba0b036
commit
32ed62f82b
@ -78,7 +78,7 @@ void InitializeTransportHandlers()
|
||||
Transport.activeTransport.OnClientError.AddListener(OnError);
|
||||
}
|
||||
|
||||
void OnError(Exception exception)
|
||||
static void OnError(Exception exception)
|
||||
{
|
||||
Debug.LogException(exception);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user