Comment noisy "CONNECTION DEBUGGING" messages, because they push more

important stuff off screen too fast
This commit is contained in:
Melanie Thielker
2010-05-27 19:48:21 +02:00
committed by Melanie
parent 9ac8d2de79
commit 6b6425aa5e
4 changed files with 28 additions and 16 deletions

View File

@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
/// the bucket, otherwise false</returns>
public bool RemoveTokens(int amount, out bool dripSucceeded)
{
if (maxBurst == 0)
if (true) //maxBurst == 0)
{
dripSucceeded = true;
return true;