mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
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.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace OpenSim.Framework
|
||||
/// <remarks>
|
||||
/// This includes scene object data and the appearance data of other avatars.
|
||||
/// </remarks>
|
||||
void SendInitialDataToMe();
|
||||
void SendInitialDataToClient();
|
||||
|
||||
/// <summary>
|
||||
/// Direction in which the scene presence is looking.
|
||||
|
||||
Reference in New Issue
Block a user