aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index c3ef314..2ebcfb4 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -3329,12 +3329,7 @@ namespace OpenSim.Region.Framework.Scenes
3329 public void SendTerseUpdateToAgentClient(ScenePresence p) 3329 public void SendTerseUpdateToAgentClient(ScenePresence p)
3330 { 3330 {
3331 // messy checks because a client doesn't know what presence it belongs too 3331 // messy checks because a client doesn't know what presence it belongs too
3332 if (p.IsChildAgent) 3332
3333 return;
3334
3335 if (p.IsInTransit)
3336 return;
3337
3338 IClientAPI remoteClient = p.ControllingClient; 3333 IClientAPI remoteClient = p.ControllingClient;
3339 if (remoteClient == null) 3334 if (remoteClient == null)
3340 return; 3335 return;