diff options
author | Diva Canto | 2015-05-25 15:19:27 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-25 15:19:27 -0700 |
commit | 22ee1c30e3de30537e236259a3ebdb6927d00a04 (patch) | |
tree | 32346c0c0d098053005645f6ff84cb7da89e2f16 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Minor change of statement order in unit test (diff) | |
parent | Fix mesh cache race condition in llCastRay V3. (diff) | |
download | opensim-SC-22ee1c30e3de30537e236259a3ebdb6927d00a04.zip opensim-SC-22ee1c30e3de30537e236259a3ebdb6927d00a04.tar.gz opensim-SC-22ee1c30e3de30537e236259a3ebdb6927d00a04.tar.bz2 opensim-SC-22ee1c30e3de30537e236259a3ebdb6927d00a04.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 855342f..284c5fa 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3747,6 +3747,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3747 | avp.Sender.IsTrial = false; | 3747 | avp.Sender.IsTrial = false; |
3748 | avp.Sender.ID = agentID; | 3748 | avp.Sender.ID = agentID; |
3749 | avp.AppearanceData = new AvatarAppearancePacket.AppearanceDataBlock[0]; | 3749 | avp.AppearanceData = new AvatarAppearancePacket.AppearanceDataBlock[0]; |
3750 | avp.AppearanceHover = new AvatarAppearancePacket.AppearanceHoverBlock[0]; | ||
3750 | //m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString()); | 3751 | //m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString()); |
3751 | OutPacket(avp, ThrottleOutPacketType.Task); | 3752 | OutPacket(avp, ThrottleOutPacketType.Task); |
3752 | } | 3753 | } |