Merge branch 'avination' into careminster

This commit is contained in:
Melanie
2012-11-20 01:21:15 +00:00
8 changed files with 127 additions and 19 deletions

View File

@@ -1429,6 +1429,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
}
public void SetAgentThrottleSilent(int throttle, int setting)
{
}
public byte[] GetThrottlesPacked(float multiplier)
{
return new byte[0];