aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/ClientView.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs
index 4b3a6c1..839556d 100644
--- a/OpenSim/Region/ClientStack/ClientView.cs
+++ b/OpenSim/Region/ClientStack/ClientView.cs
@@ -158,6 +158,16 @@ namespace OpenSim.Region.ClientStack
158 ClientThread.Abort(); 158 ClientThread.Abort();
159 } 159 }
160 160
161 public void Stop()
162 {
163 clientPingTimer.Stop();
164
165 libsecondlife.Packets.DisableSimulatorPacket disable = new libsecondlife.Packets.DisableSimulatorPacket();
166 OutPacket(disable);
167
168 ClientThread.Abort();
169 }
170
161 #endregion 171 #endregion
162 172
163 # region Packet Handling 173 # region Packet Handling