aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
authorMelanie Thielker2010-05-27 19:48:21 +0200
committerMelanie2010-05-27 18:44:15 +0100
commit6b6425aa5ee66df3e4cad3c4453854ff4a087aa8 (patch)
tree5856d8353aba1218e77321f063b99877dd42d1ac /OpenSim/Region/ClientStack
parentJust because there is an agent update handler, that doesn't mean there is (diff)
downloadopensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.zip
opensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.tar.gz
opensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.tar.bz2
opensim-SC_OLD-6b6425aa5ee66df3e4cad3c4453854ff4a087aa8.tar.xz
Comment noisy "CONNECTION DEBUGGING" messages, because they push more
important stuff off screen too fast
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs b/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs
index bdbd284..aa88836 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs
@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
158 /// the bucket, otherwise false</returns> 158 /// the bucket, otherwise false</returns>
159 public bool RemoveTokens(int amount, out bool dripSucceeded) 159 public bool RemoveTokens(int amount, out bool dripSucceeded)
160 { 160 {
161 if (maxBurst == 0) 161 if (true) //maxBurst == 0)
162 { 162 {
163 dripSucceeded = true; 163 dripSucceeded = true;
164 return true; 164 return true;