mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Fix #8572
This commit is contained in:
@@ -208,7 +208,10 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
m_log.Error("[CAPS]: GetDisplayNames disabled because user management component not found");
|
||||
|
||||
UserAccount account = m_userAccountService.GetUserAccount(m_Scene.RegionInfo.ScopeID, m_AgentID);
|
||||
m_scopeID = account.ScopeID;
|
||||
if (account == null) // Hypergrid?
|
||||
m_scopeID = m_Scene.RegionInfo.ScopeID;
|
||||
else
|
||||
m_scopeID = account.ScopeID;
|
||||
|
||||
RegisterHandlers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user