diff options
author | UbitUmarov | 2012-02-24 22:25:13 +0000 |
---|---|---|
committer | UbitUmarov | 2012-02-24 22:25:13 +0000 |
commit | efbfa832bb6980e9911492f5708e0fe2e294232a (patch) | |
tree | b8184545b5553742d7f6dbc9b3b59517d0cf7658 /OpenSim/Region | |
parent | replace bad meshs by a small cube and log it. (diff) | |
parent | Try not to send the avatar updates on login. This may mean loggin in with (diff) | |
download | opensim-SC-efbfa832bb6980e9911492f5708e0fe2e294232a.zip opensim-SC-efbfa832bb6980e9911492f5708e0fe2e294232a.tar.gz opensim-SC-efbfa832bb6980e9911492f5708e0fe2e294232a.tar.bz2 opensim-SC-efbfa832bb6980e9911492f5708e0fe2e294232a.tar.xz |
Merge branch 'master' of ssh://3dhosting.de/var/git/careminster into ubitwork
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 26fa6c0..01053bf 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1000,7 +1000,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1000 | } | 1000 | } |
1001 | } | 1001 | } |
1002 | 1002 | ||
1003 | SendAvatarDataToAllAgents(); | 1003 | if (wasChild) |
1004 | SendAvatarDataToAllAgents(); | ||
1004 | 1005 | ||
1005 | // send the animations of the other presences to me | 1006 | // send the animations of the other presences to me |
1006 | m_scene.ForEachRootScenePresence(delegate(ScenePresence presence) | 1007 | m_scene.ForEachRootScenePresence(delegate(ScenePresence presence) |