diff options
author | UbitUmarov | 2014-08-02 01:45:32 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-02 01:45:32 +0100 |
commit | 46add9807125b05f18e36df1bedb738e4d2f45ad (patch) | |
tree | cdeff6bb4737078182d18622936274a37020a1a5 /OpenSim/Region/Framework | |
parent | remove some ischild tests (diff) | |
download | opensim-SC_OLD-46add9807125b05f18e36df1bedb738e4d2f45ad.zip opensim-SC_OLD-46add9807125b05f18e36df1bedb738e4d2f45ad.tar.gz opensim-SC_OLD-46add9807125b05f18e36df1bedb738e4d2f45ad.tar.bz2 opensim-SC_OLD-46add9807125b05f18e36df1bedb738e4d2f45ad.tar.xz |
remove a few more
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 7 |
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; |