mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix(NetworkServer): RemoveTransportHandlers OnTransportConnectedWithAddress
This commit is contained in:
parent
105607014f
commit
76d83aa998
@ -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