diff options
author | Justin Clarke Casey | 2008-03-24 21:28:45 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-03-24 21:28:45 +0000 |
commit | e3949280b1845beb912a44251251a2fcbb37dce6 (patch) | |
tree | 09bca4b7202f92b22a8894d8fcbd9611fe4b1ce5 /OpenSim | |
parent | * Put in tiny doc snippet while I remember (diff) | |
download | opensim-SC_OLD-e3949280b1845beb912a44251251a2fcbb37dce6.zip opensim-SC_OLD-e3949280b1845beb912a44251251a2fcbb37dce6.tar.gz opensim-SC_OLD-e3949280b1845beb912a44251251a2fcbb37dce6.tar.bz2 opensim-SC_OLD-e3949280b1845beb912a44251251a2fcbb37dce6.tar.xz |
* Inflate my commits with yet another snippet of documentation... (j/k)
Diffstat (limited to 'OpenSim')
-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> |