NetworkClient.OnError made static

This commit is contained in:
vis2k 2019-03-24 20:56:14 +01:00
parent 461ba0b036
commit 32ed62f82b

View File

@ -78,7 +78,7 @@ void InitializeTransportHandlers()
Transport.activeTransport.OnClientError.AddListener(OnError); Transport.activeTransport.OnClientError.AddListener(OnError);
} }
void OnError(Exception exception) static void OnError(Exception exception)
{ {
Debug.LogException(exception); Debug.LogException(exception);
} }