mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Debug the RegionHandle handler (same issue)
This commit is contained in:
@@ -4889,6 +4889,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
public void RegionHandleRequest(IClientAPI client, UUID regionID)
|
||||
{
|
||||
m_log.DebugFormat("[SCENE]: RegionHandleRequest {0}", regionID);
|
||||
ulong handle = 0;
|
||||
if (regionID == RegionInfo.RegionID)
|
||||
handle = RegionInfo.RegionHandle;
|
||||
|
||||
Reference in New Issue
Block a user