mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
remove the silly sendTerseUpdates. I was fooled by wingridproxy not
decoding updates correctly
This commit is contained in:
@@ -5514,7 +5514,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
continue;
|
||||
|
||||
p.SendUpdateToAgent(this);
|
||||
p.SendAgentTerseUpdate(this);
|
||||
p.SendAppearanceToAgent(this);
|
||||
if (p.Animator != null)
|
||||
p.Animator.SendAnimPackToClient(ControllingClient);
|
||||
@@ -5830,7 +5829,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
foreach (ScenePresence p in viewsToSendto)
|
||||
{
|
||||
SendUpdateToAgent(p);
|
||||
SendAgentTerseUpdate(p);
|
||||
SendAppearanceToAgent(p);
|
||||
if (Animator != null)
|
||||
Animator.SendAnimPackToClient(p.ControllingClient);
|
||||
@@ -5847,7 +5845,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
// m_log.Debug("[AVATAR]: viewMe: " + Lastname + "<-" + p.Lastname);
|
||||
|
||||
p.SendUpdateToAgent(this);
|
||||
p.SendAgentTerseUpdate(this);
|
||||
p.SendAppearanceToAgent(this);
|
||||
if (p.Animator != null)
|
||||
p.Animator.SendAnimPackToClient(ControllingClient);
|
||||
|
||||
Reference in New Issue
Block a user