remove a few more
parent
bdac5058c8
commit
46add98071
|
@ -3329,11 +3329,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
public void SendTerseUpdateToAgentClient(ScenePresence p)
|
public void SendTerseUpdateToAgentClient(ScenePresence p)
|
||||||
{
|
{
|
||||||
// messy checks because a client doesn't know what presence it belongs too
|
// 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;
|
IClientAPI remoteClient = p.ControllingClient;
|
||||||
if (remoteClient == null)
|
if (remoteClient == null)
|
||||||
|
|
Loading…
Reference in New Issue