Some work on cleanly removing Regions.

This commit is contained in:
MW
2007-11-13 12:23:05 +00:00
parent 7f8a69f181
commit 297cc7ef4f
7 changed files with 87 additions and 30 deletions

View File

@@ -158,6 +158,16 @@ namespace OpenSim.Region.ClientStack
ClientThread.Abort();
}
public void Stop()
{
clientPingTimer.Stop();
libsecondlife.Packets.DisableSimulatorPacket disable = new libsecondlife.Packets.DisableSimulatorPacket();
OutPacket(disable);
ClientThread.Abort();
}
#endregion
# region Packet Handling