diff options
author | Teravus Ovares (Dan Olivares) | 2009-09-25 15:31:19 -0400 |
---|---|---|
committer | Teravus Ovares (Dan Olivares) | 2009-09-25 15:31:19 -0400 |
commit | 0a0b532270d7cc952648b99ed7ab7ec3b0f99676 (patch) | |
tree | 4f1ec1d7f9b4da09ca28ddb8806c189897795b5e /OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |
parent | minor: remove some mono compiler warnings (diff) | |
download | opensim-SC-0a0b532270d7cc952648b99ed7ab7ec3b0f99676.zip opensim-SC-0a0b532270d7cc952648b99ed7ab7ec3b0f99676.tar.gz opensim-SC-0a0b532270d7cc952648b99ed7ab7ec3b0f99676.tar.bz2 opensim-SC-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.cs | 2 |
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)) |