aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-10 00:59:31 +0100
committerJustin Clark-Casey (justincc)2011-08-10 00:59:31 +0100
commit4cb8d6379ddb39cfb8b30a63475e154a00a78110 (patch)
tree3305b50ea63ba6eaa6750fd4015697da226f5dbc /OpenSim/Tests
parentimplement osNpcStopMoveTo() to cancel any current move target (diff)
downloadopensim-SC_OLD-4cb8d6379ddb39cfb8b30a63475e154a00a78110.zip
opensim-SC_OLD-4cb8d6379ddb39cfb8b30a63475e154a00a78110.tar.gz
opensim-SC_OLD-4cb8d6379ddb39cfb8b30a63475e154a00a78110.tar.bz2
opensim-SC_OLD-4cb8d6379ddb39cfb8b30a63475e154a00a78110.tar.xz
Stop trying to deregister caps or close child agents when an NPC is removed
Diffstat (limited to 'OpenSim/Tests')
-rw-r--r--OpenSim/Tests/Common/Mock/TestClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestClient.cs b/OpenSim/Tests/Common/Mock/TestClient.cs
index 7ec6e10..dd5f6fe 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -887,7 +887,7 @@ namespace OpenSim.Tests.Common.Mock
887 887
888 public void Close() 888 public void Close()
889 { 889 {
890 m_scene.RemoveClient(AgentId); 890 m_scene.RemoveClient(AgentId, true);
891 } 891 }
892 892
893 public void Start() 893 public void Start()