diff options
author | meta7 | 2010-08-11 13:40:31 -0700 |
---|---|---|
committer | meta7 | 2010-08-11 13:40:31 -0700 |
commit | ac581b532ef7ffe4918937c2771a8b0dee400074 (patch) | |
tree | 380fef1454b090919a7b5a6053a989eccb4e006b /OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |
parent | Fix Omega getting overwritten on startup. (diff) | |
parent | Log the state of the prejump flag (diff) | |
download | opensim-SC_OLD-ac581b532ef7ffe4918937c2771a8b0dee400074.zip opensim-SC_OLD-ac581b532ef7ffe4918937c2771a8b0dee400074.tar.gz opensim-SC_OLD-ac581b532ef7ffe4918937c2771a8b0dee400074.tar.bz2 opensim-SC_OLD-ac581b532ef7ffe4918937c2771a8b0dee400074.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 800de8a..48465d9 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -787,7 +787,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
787 | reply.ChatData.OwnerID = fromAgentID; | 787 | reply.ChatData.OwnerID = fromAgentID; |
788 | reply.ChatData.SourceID = fromAgentID; | 788 | reply.ChatData.SourceID = fromAgentID; |
789 | 789 | ||
790 | OutPacket(reply, ThrottleOutPacketType.Task); | 790 | OutPacket(reply, ThrottleOutPacketType.Unknown); |
791 | } | 791 | } |
792 | 792 | ||
793 | /// <summary> | 793 | /// <summary> |