diff options
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index c78d552..45c901e 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -4866,7 +4866,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4866 | 4866 | ||
4867 | public void SendForceClientSelectObjects(List<uint> ObjectIDs) | 4867 | public void SendForceClientSelectObjects(List<uint> ObjectIDs) |
4868 | { | 4868 | { |
4869 | m_log.WarnFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count); | 4869 | // m_log.DebugFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count); |
4870 | 4870 | ||
4871 | bool firstCall = true; | 4871 | bool firstCall = true; |
4872 | const int MAX_OBJECTS_PER_PACKET = 251; | 4872 | const int MAX_OBJECTS_PER_PACKET = 251; |