Skip to content
This repository was archived by the owner on Sep 5, 2022. It is now read-only.

Commit 2e462be

Browse files
committed
Update LRMTransportRequests.cs
1 parent 0067b50 commit 2e462be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnityProject/Assets/Mirror/Runtime/Transport/LRM/LRMTransport/LRMTransportRequests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ IEnumerator RelayConnect()
4444
break;
4545
case UnityWebRequest.Result.Success:
4646
var parsedAddress = JsonUtility.FromJson<RelayAddress>(result.Decompress());
47-
Connect(parsedAddress.Address, parsedAddress.Port);
47+
Connect(parsedAddress.address, parsedAddress.port);
4848
endpointServerPort = parsedAddress.EndpointPort;
4949
break;
5050
}

0 commit comments

Comments
 (0)