mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
remove a few more
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user