aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment
diff options
context:
space:
mode:
authorAdam Frisby2007-07-21 07:23:00 +0000
committerAdam Frisby2007-07-21 07:23:00 +0000
commit32aacd4f363d2617125ef9fdff175681d9f4237e (patch)
treeccbdc2045ceb006a8c56d4c50504d7b679bf9bad /OpenSim/Region/Environment
parentAttempt to fix the bug/crash that MetaLeo just reported. (diff)
downloadopensim-SC_OLD-32aacd4f363d2617125ef9fdff175681d9f4237e.zip
opensim-SC_OLD-32aacd4f363d2617125ef9fdff175681d9f4237e.tar.gz
opensim-SC_OLD-32aacd4f363d2617125ef9fdff175681d9f4237e.tar.bz2
opensim-SC_OLD-32aacd4f363d2617125ef9fdff175681d9f4237e.tar.xz
* 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)
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 473dae9..2bb4fb2 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -555,7 +555,7 @@ namespace OpenSim.Region.Environment.Scenes
555 if (res) 555 if (res)
556 { 556 {
557 this.MakeChildAgent(); 557 this.MakeChildAgent();
558 this.ControllingClient.CrossRegion(neighbourHandle, newpos, vel, neighbourRegion.InternalEndPoint); 558 this.ControllingClient.CrossRegion(neighbourHandle, newpos, vel, neighbourRegion.ExternalEndPoint);
559 } 559 }
560 } 560 }
561 } 561 }