llCloud is obsolete, remove rest on old viewer V! cloud support

This commit is contained in:
UbitUmarov
2024-04-20 18:00:22 +01:00
parent f447a58ac9
commit 50212c240c
3 changed files with 1 additions and 47 deletions

View File

@@ -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);