mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
llCloud is obsolete, remove rest on old viewer V! cloud support
This commit is contained in:
@@ -175,7 +175,7 @@ namespace OpenSim.Region.CoreModules.Framework
|
||||
{
|
||||
foreach (KeyValuePair<uint, Caps> kvp in m_capsObjects)
|
||||
{
|
||||
if (kvp.Value.AgentID == agentId)
|
||||
if (agentId.Equals(kvp.Value.AgentID))
|
||||
{
|
||||
m_scene.EventManager.TriggerOnDeregisterCaps(agentId, kvp.Value);
|
||||
m_capsObjects.Remove(kvp.Key);
|
||||
|
||||
Reference in New Issue
Block a user