mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Some work on cleanly removing Regions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user