diff --git a/LibreMetaverse/ParcelManager.cs b/LibreMetaverse/ParcelManager.cs index 75eafdc6..b7a0928f 100644 --- a/LibreMetaverse/ParcelManager.cs +++ b/LibreMetaverse/ParcelManager.cs @@ -1696,6 +1696,18 @@ public async Task RequestRemoteParcelIDAsync(Vector3 location, ulong regio } + /// + /// Requests the UUID of the parcel in a remote region at a specified location + /// + /// Location of the parcel in the remote region + /// Remote region handle + /// Remote region UUID + /// If successful UUID of the remote parcel, UUID.Zero otherwise + public UUID RequestRemoteParcelID(Vector3 location, ulong regionHandle, UUID regionID) + { + return RequestRemoteParcelIDAsync(location, regionHandle, regionID).Result; + } + /// /// Retrieves information on resources used by the parcel ///