This may fix the home jump problem.

0.6.2-post-fixes
diva 2009-01-03 09:01:58 +00:00
parent dd2a82f81c
commit 711cd752ad
1 changed files with 2 additions and 1 deletions

View File

@ -712,7 +712,8 @@ namespace OpenSim.Region.Environment.Modules.Communications.REST
{
try
{
if (IsHyperlink(regInfo.RegionHandle))
//if (IsHyperlink(regInfo.RegionHandle))
if (m_aScene.SceneGridService is HGSceneCommunicationService)
{
((HGSceneCommunicationService)(m_aScene.SceneGridService)).m_hg.SendUserInformation(regInfo, aCircuit);
}