mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
* Re-Fixed caps
* This fixes chi11ken's/OpenViewer's libsl cap issue.
This commit is contained in:
@@ -214,17 +214,5 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
return null;
|
||||
}
|
||||
public string GetNewCapsPath(LLUUID agentID)
|
||||
{
|
||||
if (capsPaths.ContainsKey(agentID))
|
||||
{
|
||||
capsPaths[agentID] = LLUUID.Random().ToString();
|
||||
}
|
||||
else
|
||||
{
|
||||
capsPaths.Add(agentID, LLUUID.Random().ToString());
|
||||
}
|
||||
return GetCapsPath(agentID);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user