mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10:32 +00:00
fix(NetworkServer): RemoveTransportHandlers OnTransportConnectedWithAddress
This commit is contained in:
parent
49baf47c1f
commit
2e20a21125
@ -265,6 +265,7 @@ static void RemoveTransportHandlers()
|
|||||||
{
|
{
|
||||||
// -= so that other systems can also hook into it (i.e. statistics)
|
// -= so that other systems can also hook into it (i.e. statistics)
|
||||||
Transport.active.OnServerConnected -= OnTransportConnected;
|
Transport.active.OnServerConnected -= OnTransportConnected;
|
||||||
|
Transport.active.OnServerConnectedWithAddress -= OnTransportConnectedWithAddress;
|
||||||
Transport.active.OnServerDataReceived -= OnTransportData;
|
Transport.active.OnServerDataReceived -= OnTransportData;
|
||||||
Transport.active.OnServerDisconnected -= OnTransportDisconnected;
|
Transport.active.OnServerDisconnected -= OnTransportDisconnected;
|
||||||
Transport.active.OnServerError -= OnTransportError;
|
Transport.active.OnServerError -= OnTransportError;
|
||||||
|
Loading…
Reference in New Issue
Block a user