diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 2e6b67e..2abb504 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1699,6 +1699,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
1699 | /// <summary> | 1699 | /// <summary> |
1700 | /// Add a caps handler for the given agent. If the CAPS handler already exists for this agent, | 1700 | /// Add a caps handler for the given agent. If the CAPS handler already exists for this agent, |
1701 | /// then it is replaced by a new CAPS handler. | 1701 | /// then it is replaced by a new CAPS handler. |
1702 | /// | ||
1703 | /// FIXME: On login this is called twice, once for the login and once when the connection is made. | ||
1704 | /// This is somewhat innefficient and should be fixed. | ||
1702 | /// </summary> | 1705 | /// </summary> |
1703 | /// <param name="agentId"></param> | 1706 | /// <param name="agentId"></param> |
1704 | /// <param name="capsObjectPath"></param> | 1707 | /// <param name="capsObjectPath"></param> |