From 3a5521d2043b86b84aa90d4a71ef566a19b8307e Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Mon, 24 Mar 2008 21:27:14 +0000 Subject: [PATCH] * Put in tiny doc snippet while I remember --- OpenSim/Region/Environment/Scenes/Scene.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 2e6b67ea25..2abb504caa 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -1699,6 +1699,9 @@ namespace OpenSim.Region.Environment.Scenes /// /// Add a caps handler for the given agent. If the CAPS handler already exists for this agent, /// then it is replaced by a new CAPS handler. + /// + /// FIXME: On login this is called twice, once for the login and once when the connection is made. + /// This is somewhat innefficient and should be fixed. /// /// ///