aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorUbitUmarov2014-11-06 22:25:16 +0000
committerUbitUmarov2014-11-06 22:25:16 +0000
commitcaddabb5c4f62767305a589e9d818ae3457a8030 (patch)
tree89d3c6715ec83d1ce8358674b48227c9d77ee2e3 /OpenSim/Tests
parent allow drawdistance to change between 32 and MaxDrawDistance, configurable (diff)
downloadopensim-SC_OLD-caddabb5c4f62767305a589e9d818ae3457a8030.zip
opensim-SC_OLD-caddabb5c4f62767305a589e9d818ae3457a8030.tar.gz
opensim-SC_OLD-caddabb5c4f62767305a589e9d818ae3457a8030.tar.bz2
opensim-SC_OLD-caddabb5c4f62767305a589e9d818ae3457a8030.tar.xz
scale ChildAgentThrottles with distance (internal to child server and not
root as was done before )
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 00929df..d4f29c8 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -544,6 +544,10 @@ namespace OpenSim.Tests.Common.Mock
544 { 544 {
545 } 545 }
546 546
547 public virtual void SetChildAgentThrottle(byte[] throttle, float factor)
548 {
549 }
550
547 public void SetAgentThrottleSilent(int throttle, int setting) 551 public void SetAgentThrottleSilent(int throttle, int setting)
548 { 552 {
549 } 553 }