Skip to content

Commit

Permalink
fix(LatencySimulation): Implement OnServerConnectedWithAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGadget1024 committed Jul 11, 2024
1 parent 938cdc6 commit 4c22f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Assets/Mirror/Transports/Latency/LatencySimulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public override void ServerSend(int connectionId, ArraySegment<byte> segment, in
public override void ServerStart()
{
wrap.OnServerConnected = OnServerConnected;
wrap.OnServerConnectedWithAddress = OnServerConnectedWithAddress;
wrap.OnServerDataReceived = OnServerDataReceived;
wrap.OnServerError = OnServerError;
wrap.OnServerTransportException = OnServerTransportException;
Expand Down

0 comments on commit 4c22f87

Please sign in to comment.