* Issue#209 - Terrain Hills Patch (Thanks Babblefrog)

* Issue#208 - Region crossing should be using External host (Thanks Babblefrog)
* Issue#207 - Prebuild.xml contains path errors (Thanks Gareth)
This commit is contained in:
Adam Frisby
2007-07-21 07:23:00 +00:00
parent cd5877557c
commit 32aacd4f36
3 changed files with 16 additions and 9 deletions

View File

@@ -555,7 +555,7 @@ namespace OpenSim.Region.Environment.Scenes
if (res)
{
this.MakeChildAgent();
this.ControllingClient.CrossRegion(neighbourHandle, newpos, vel, neighbourRegion.InternalEndPoint);
this.ControllingClient.CrossRegion(neighbourHandle, newpos, vel, neighbourRegion.ExternalEndPoint);
}
}
}