mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Update svn properties, minor formatting cleanup.
This commit is contained in:
@@ -235,7 +235,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Inventory
|
||||
if (!m_AgentRegions.ContainsKey(agentID))
|
||||
return true;
|
||||
|
||||
if(m_AgentRegions[agentID] == scene)
|
||||
if (m_AgentRegions[agentID] == scene)
|
||||
{
|
||||
m_AgentRegions.Remove(agentID);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user