diff options
author | Kitto Flora | 2010-09-02 21:51:27 +0000 |
---|---|---|
committer | Kitto Flora | 2010-09-02 21:51:27 +0000 |
commit | 24c73aa8b2058804a6326adbd81462b5ac690609 (patch) | |
tree | 177340f497c1fbe26a606cb98a316535b0954a2e /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Fixes to JUMP system. (diff) | |
parent | Remove commented code and the comment, as the change has proven out (diff) | |
download | opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.zip opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.tar.gz opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.tar.bz2 opensim-SC-24c73aa8b2058804a6326adbd81462b5ac690609.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 105501f..aa7de05 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3427,6 +3427,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3427 | 3427 | ||
3428 | avp.Sender.IsTrial = false; | 3428 | avp.Sender.IsTrial = false; |
3429 | avp.Sender.ID = agentID; | 3429 | avp.Sender.ID = agentID; |
3430 | m_log.DebugFormat("[CLIENT]: Sending appearance for {0} to {1}", agentID.ToString(), AgentId.ToString()); | ||
3430 | OutPacket(avp, ThrottleOutPacketType.Task); | 3431 | OutPacket(avp, ThrottleOutPacketType.Task); |
3431 | } | 3432 | } |
3432 | 3433 | ||