Skip to content

Commit f06b562

Browse files
chore: Remove soon-to-be-deprecated API from UnityTransport (#2213)
1 parent 566a410 commit f06b562

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Transports/UTP/UnityTransport.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ public void SetRelayServerData(string ipv4Address, ushort port, byte[] allocatio
579579
}
580580

581581
m_RelayServerData = new RelayServerData(ref serverEndpoint, 0, ref allocationId, ref connectionData, ref hostConnectionData, ref key, isSecure);
582-
m_RelayServerData.ComputeNewNonce();
583582

584583
SetProtocol(ProtocolType.RelayUnityTransport);
585584
}

0 commit comments

Comments
 (0)