mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00: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)
|
||||
Transport.active.OnServerConnected -= OnTransportConnected;
|
||||
Transport.active.OnServerConnectedWithAddress -= OnTransportConnectedWithAddress;
|
||||
Transport.active.OnServerDataReceived -= OnTransportData;
|
||||
Transport.active.OnServerDisconnected -= OnTransportDisconnected;
|
||||
Transport.active.OnServerError -= OnTransportError;
|
||||
|
Loading…
Reference in New Issue
Block a user