diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/TokenBucket.cs | 2 |
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; |