remove a few more

avinationmerge
UbitUmarov 2014-08-02 01:45:32 +01:00
parent bdac5058c8
commit 46add98071
1 changed files with 1 additions and 6 deletions

View File

@ -3329,12 +3329,7 @@ namespace OpenSim.Region.Framework.Scenes
public void SendTerseUpdateToAgentClient(ScenePresence p)
{
// messy checks because a client doesn't know what presence it belongs too
if (p.IsChildAgent)
return;
if (p.IsInTransit)
return;
IClientAPI remoteClient = p.ControllingClient;
if (remoteClient == null)
return;