remove a few more

This commit is contained in:
UbitUmarov
2014-08-02 01:45:32 +01:00
parent bdac5058c8
commit 46add98071

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;