aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tests/Common/Mock
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tests/Common/Mock')
-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 b07a072..05a8ff0 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -888,6 +888,10 @@ namespace OpenSim.Tests.Common.Mock
888 888
889 public void Close() 889 public void Close()
890 { 890 {
891 Close(true);
892 }
893 public void Close(bool sendStop)
894 {
891 m_scene.RemoveClient(AgentId); 895 m_scene.RemoveClient(AgentId);
892 } 896 }
893 897