diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index cb87536..0b33c51 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -621,6 +621,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
621 | { | 621 | { |
622 | } | 622 | } |
623 | 623 | ||
624 | public virtual void SetChildAgentThrottle(byte[] throttle, float factor) | ||
625 | { | ||
626 | |||
627 | } | ||
628 | |||
624 | public void SetAgentThrottleSilent(int throttle, int setting) | 629 | public void SetAgentThrottleSilent(int throttle, int setting) |
625 | { | 630 | { |
626 | 631 | ||