diff options
author | Justin Clark-Casey (justincc) | 2011-08-10 00:59:31 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-10 00:59:31 +0100 |
commit | 4cb8d6379ddb39cfb8b30a63475e154a00a78110 (patch) | |
tree | 3305b50ea63ba6eaa6750fd4015697da226f5dbc /OpenSim/Tests | |
parent | implement osNpcStopMoveTo() to cancel any current move target (diff) | |
download | opensim-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.cs | 2 |
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() |