diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index 9587d5f..f9e0b83 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -1373,6 +1373,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1373 | 1373 | ||
1374 | #endregion | 1374 | #endregion |
1375 | 1375 | ||
1376 | // Send the parts of this SOG to a single client | ||
1377 | // Used when the client initially connects and when client sends RequestPrim packet | ||
1376 | public void SendFullUpdateToClient(IClientAPI remoteClient) | 1378 | public void SendFullUpdateToClient(IClientAPI remoteClient) |
1377 | { | 1379 | { |
1378 | RootPart.SendFullUpdate( | 1380 | RootPart.SendFullUpdate( |