diff options
author | UbitUmarov | 2014-08-29 16:19:30 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-29 16:19:30 +0100 |
commit | 7351d92a76ac24edce848fe7410e920f17962101 (patch) | |
tree | d415c604bc0184caca3efc666a7de54862bd7c64 /OpenSim/Region/OptionalModules/World | |
parent | reduce burst (diff) | |
download | opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.zip opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.gz opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.bz2 opensim-SC_OLD-7351d92a76ac24edce848fe7410e920f17962101.tar.xz |
add method to get a category throttle rate
Diffstat (limited to 'OpenSim/Region/OptionalModules/World')
-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 fa1d38a..cb87536 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -1276,5 +1276,10 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
1276 | { | 1276 | { |
1277 | } | 1277 | } |
1278 | 1278 | ||
1279 | public int GetAgentThrottleSilent(int throttle) | ||
1280 | { | ||
1281 | return 0; | ||
1282 | } | ||
1283 | |||
1279 | } | 1284 | } |
1280 | } | 1285 | } |