aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP
diff options
context:
space:
mode:
authorMelanie2010-05-27 19:02:20 +0100
committerMelanie2010-05-27 19:02:20 +0100
commita48d7f62a7e3af1aae2437668c484d4d0d1d92e5 (patch)
treedfcd0d42d1e5b179e55023ba64681529b29ec717 /OpenSim/Region/ClientStack/LindenUDP
parentComment noisy "CONNECTION DEBUGGING" messages, because they push more (diff)
downloadopensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.zip
opensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.tar.gz
opensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.tar.bz2
opensim-SC_OLD-a48d7f62a7e3af1aae2437668c484d4d0d1d92e5.tar.xz
Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"
Some other stuff snuck in. This reverts commit 4cc533e7ad94d148351c16f48afd2a688a64c48a.
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-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 aa88836..bdbd284 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 (true) //maxBurst == 0) 161 if (maxBurst == 0)
162 { 162 {
163 dripSucceeded = true; 163 dripSucceeded = true;
164 return true; 164 return true;