diff options
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 2abb504..e8708a1 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -1701,7 +1701,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
1701 | /// then it is replaced by a new CAPS handler. | 1701 | /// then it is replaced by a new CAPS handler. |
1702 | /// | 1702 | /// |
1703 | /// FIXME: On login this is called twice, once for the login and once when the connection is made. | 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. | 1704 | /// This is somewhat innefficient and should be fixed. The initial login creation is necessary |
1705 | /// since the client asks for capabilities immediately after being informed of the seed. | ||
1705 | /// </summary> | 1706 | /// </summary> |
1706 | /// <param name="agentId"></param> | 1707 | /// <param name="agentId"></param> |
1707 | /// <param name="capsObjectPath"></param> | 1708 | /// <param name="capsObjectPath"></param> |