aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
authorTeravus Ovares (Dan Olivares)2009-09-25 15:31:19 -0400
committerTeravus Ovares (Dan Olivares)2009-09-25 15:31:19 -0400
commit0a0b532270d7cc952648b99ed7ab7ec3b0f99676 (patch)
tree4f1ec1d7f9b4da09ca28ddb8806c189897795b5e /OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
parentminor: remove some mono compiler warnings (diff)
downloadopensim-SC_OLD-0a0b532270d7cc952648b99ed7ab7ec3b0f99676.zip
opensim-SC_OLD-0a0b532270d7cc952648b99ed7ab7ec3b0f99676.tar.gz
opensim-SC_OLD-0a0b532270d7cc952648b99ed7ab7ec3b0f99676.tar.bz2
opensim-SC_OLD-0a0b532270d7cc952648b99ed7ab7ec3b0f99676.tar.xz
* Fixes teleporting within megaregions on HG enabled regions. You can teleport around now. (but it still doesn't fix the inconsistent attachment state when teleporting into region slots that are not the south west region on megaregions)
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
index 56cd87d..5f2333e 100644
--- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs
@@ -1170,7 +1170,7 @@ namespace OpenSim.Region.Framework.Scenes
1170 } 1170 }
1171 } 1171 }
1172 1172
1173 private bool IsOutsideRegion(Scene s, Vector3 pos) 1173 protected bool IsOutsideRegion(Scene s, Vector3 pos)
1174 { 1174 {
1175 1175
1176 if (s.TestBorderCross(pos,Cardinals.N)) 1176 if (s.TestBorderCross(pos,Cardinals.N))