diff options
author | diva | 2009-01-03 09:01:58 +0000 |
---|---|---|
committer | diva | 2009-01-03 09:01:58 +0000 |
commit | 711cd752ad1baa90ec52cf58b75f6236e7bdad7e (patch) | |
tree | 07d606e70c9ee89c1531bea8012795e4e4dc340a /OpenSim/Region/Environment | |
parent | Extra check to avoid client crashes on HG home teleports. (diff) | |
download | opensim-SC_OLD-711cd752ad1baa90ec52cf58b75f6236e7bdad7e.zip opensim-SC_OLD-711cd752ad1baa90ec52cf58b75f6236e7bdad7e.tar.gz opensim-SC_OLD-711cd752ad1baa90ec52cf58b75f6236e7bdad7e.tar.bz2 opensim-SC_OLD-711cd752ad1baa90ec52cf58b75f6236e7bdad7e.tar.xz |
This may fix the home jump problem.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs index 7eb5d30..3e8599b 100644 --- a/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs +++ b/OpenSim/Region/Environment/Modules/Communications/REST/RESTInterregionComms.cs | |||
@@ -712,7 +712,8 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST | |||
712 | { | 712 | { |
713 | try | 713 | try |
714 | { | 714 | { |
715 | if (IsHyperlink(regInfo.RegionHandle)) | 715 | //if (IsHyperlink(regInfo.RegionHandle)) |
716 | if (m_aScene.SceneGridService is HGSceneCommunicationService) | ||
716 | { | 717 | { |
717 | ((HGSceneCommunicationService)(m_aScene.SceneGridService)).m_hg.SendUserInformation(regInfo, aCircuit); | 718 | ((HGSceneCommunicationService)(m_aScene.SceneGridService)).m_hg.SendUserInformation(regInfo, aCircuit); |
718 | } | 719 | } |