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

@@ -596,6 +596,12 @@ namespace OpenSim.Region.OptionalModules.World.NPC
public virtual void SetChildAgentThrottle(byte[] throttle)
{
}
public void SetAgentThrottleSilent(int throttle, int setting)
{
}
public byte[] GetThrottlesPacked(float multiplier)
{