mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
One more buglet removed: send the region UUID, not the region handle.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user