mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
This may fix the home jump problem.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user