mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
More detection of negatives.
This commit is contained in:
@@ -213,6 +213,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
content = Math.Min(content + dripAmount, maxBurst);
|
||||
lastDrip = now;
|
||||
|
||||
if (content < 0)
|
||||
Console.WriteLine("MAY DAY MAY DAY! Content is " + content + ". This should not happen");
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user