aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock/TestClient.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock/TestClient.cs')
-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()