diff options
author | Justin Clark-Casey (justincc) | 2010-06-08 20:31:39 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-06-08 20:31:39 +0100 |
commit | 8b3b89ecf40ebe4e78ca77ccc5e14b2632829119 (patch) | |
tree | dac98391c08771590c1ac81baed405f26cc15f7f /OpenSim/Region/ClientStack | |
parent | remove references to OpenSim.Framework.Commuications.Tests.dll since all rele... (diff) | |
download | opensim-SC-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.zip opensim-SC-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.tar.gz opensim-SC-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.tar.bz2 opensim-SC-8b3b89ecf40ebe4e78ca77ccc5e14b2632829119.tar.xz |
backport xmlrpcgroups cache from master
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 58aa26a..20e53fc 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3517,8 +3517,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3517 | // if (text.IndexOf("\n") >= 0) | 3517 | // if (text.IndexOf("\n") >= 0) |
3518 | // text = text.Remove(text.IndexOf("\n")); | 3518 | // text = text.Remove(text.IndexOf("\n")); |
3519 | // m_log.DebugFormat( | 3519 | // m_log.DebugFormat( |
3520 | // "[CLIENT]: Placing request to send full info about prim {0} text {1} to client {2}", | 3520 | // "[CLIENT]: Queueing send full info about prim {0}, attachment {1}, text {2} to client {3}", |
3521 | // data.localID, text, Name); | 3521 | // data.localID, data.attachment, text, Name); |
3522 | 3522 | ||
3523 | if (data.priority == double.NaN) | 3523 | if (data.priority == double.NaN) |
3524 | { | 3524 | { |