diff options
author | Justin Clark-Casey (justincc) | 2014-08-15 21:34:58 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-08-15 21:47:34 +0100 |
commit | 91e1aaa5d41c29fa17609c69ca8bc2a8017dc161 (patch) | |
tree | 32ff0f7767c9090052261da81b9903063c0d5838 /OpenSim/Framework/ISceneAgent.cs | |
parent | Added RestrictEmail to make llEmail only send to avatars email address if true. (diff) | |
download | opensim-SC_OLD-91e1aaa5d41c29fa17609c69ca8bc2a8017dc161.zip opensim-SC_OLD-91e1aaa5d41c29fa17609c69ca8bc2a8017dc161.tar.gz opensim-SC_OLD-91e1aaa5d41c29fa17609c69ca8bc2a8017dc161.tar.bz2 opensim-SC_OLD-91e1aaa5d41c29fa17609c69ca8bc2a8017dc161.tar.xz |
On teleport to a region that already has a child agent established (e.g. a neighbour) don't resend all the initial avatar and object data again.
This is unnecessary since it has been received (and data continues to be received) in the existing child connection.
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/ISceneAgent.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/ISceneAgent.cs b/OpenSim/Framework/ISceneAgent.cs index 563d906..1e8f896 100644 --- a/OpenSim/Framework/ISceneAgent.cs +++ b/OpenSim/Framework/ISceneAgent.cs | |||
@@ -71,7 +71,7 @@ namespace OpenSim.Framework | |||
71 | /// <remarks> | 71 | /// <remarks> |
72 | /// This includes scene object data and the appearance data of other avatars. | 72 | /// This includes scene object data and the appearance data of other avatars. |
73 | /// </remarks> | 73 | /// </remarks> |
74 | void SendInitialDataToMe(); | 74 | void SendInitialDataToClient(); |
75 | 75 | ||
76 | /// <summary> | 76 | /// <summary> |
77 | /// Direction in which the scene presence is looking. | 77 | /// Direction in which the scene presence is looking. |