diff options
author | Melanie | 2013-06-07 23:59:02 +0100 |
---|---|---|
committer | Melanie | 2013-06-07 23:59:02 +0100 |
commit | 3a722ef81b3f86de76f523580e763b45b9263018 (patch) | |
tree | 9793e4aa29964d76d65c66f11e654b3304113b44 /OpenSim/Region/ClientStack/Linden/UDP | |
parent | Supply proper type information for the various types of requests (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-3a722ef81b3f86de76f523580e763b45b9263018.zip opensim-SC-3a722ef81b3f86de76f523580e763b45b9263018.tar.gz opensim-SC-3a722ef81b3f86de76f523580e763b45b9263018.tar.bz2 opensim-SC-3a722ef81b3f86de76f523580e763b45b9263018.tar.xz |
Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim
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 e47397d..9784d15 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -4828,7 +4828,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
4828 | 4828 | ||
4829 | public void SendForceClientSelectObjects(List<uint> ObjectIDs) | 4829 | public void SendForceClientSelectObjects(List<uint> ObjectIDs) |
4830 | { | 4830 | { |
4831 | m_log.WarnFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count); | 4831 | // m_log.DebugFormat("[LLCLIENTVIEW] sending select with {0} objects", ObjectIDs.Count); |
4832 | 4832 | ||
4833 | bool firstCall = true; | 4833 | bool firstCall = true; |
4834 | const int MAX_OBJECTS_PER_PACKET = 251; | 4834 | const int MAX_OBJECTS_PER_PACKET = 251; |