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

Commit

Permalink
Update LRMTransportRequests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
cxxpxr authored May 18, 2021
1 parent 56fac18 commit 10276d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ IEnumerator RelayConnect()
case UnityWebRequest.Result.Success:
var parsedAddress = JsonUtility.FromJson<RelayAddress>(result.Decompress());
Connect(parsedAddress.address, parsedAddress.port);
endpointServerPort = parsedAddress.EndpointPort;
endpointServerPort = parsedAddress.endpointPort;
break;
}
#else
Expand Down

0 comments on commit 10276d5

Please sign in to comment.