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 2b54890..ad90817 100644
--- a/OpenSim/Tests/Common/Mock/TestClient.cs
+++ b/OpenSim/Tests/Common/Mock/TestClient.cs
@@ -865,7 +865,7 @@ namespace OpenSim.Tests.Common.Mock
865 { 865 {
866 } 866 }
867 867
868 public void Close(bool ShutdownCircuit) 868 public void Close()
869 { 869 {
870 m_scene.RemoveClient(AgentId); 870 m_scene.RemoveClient(AgentId);
871 } 871 }