Merge branch 'master' into careminster

This commit is contained in:
Melanie
2013-06-08 00:00:39 +01:00
2 changed files with 30 additions and 1 deletions

View File

@@ -4866,7 +4866,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
public void SendForceClientSelectObjects(List<uint> ObjectIDs)
{
m_log.WarnFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count);
// m_log.DebugFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count);
bool firstCall = true;
const int MAX_OBJECTS_PER_PACKET = 251;