One more buglet removed: send the region UUID, not the region handle.

slimupdates
Diva Canto 2010-01-13 09:54:27 -08:00
parent fa272e7521
commit 901e94c836
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ namespace OpenSim.Services.Connectors.Simulation
string uri = string.Empty;
try
{
uri = "http://" + destination.ExternalEndPoint.Address + ":" + destination.HttpPort + "/agent/" + id + "/" + destination.RegionHandle.ToString() + "/";
uri = "http://" + destination.ExternalEndPoint.Address + ":" + destination.HttpPort + "/agent/" + id + "/" + destination.RegionID.ToString() + "/";
}
catch (Exception e)
{