mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
When killing a zombie session, don't send the stop packet since it often has the effect of killing a newly connected client.
This commit is contained in:
@@ -884,6 +884,11 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
Close(true);
|
||||
}
|
||||
|
||||
public void Close(bool sendStop)
|
||||
{
|
||||
Disconnect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user