mirror of
https://github.com/opensim/opensim.git
synced 2026-05-25 03:05:41 +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:
@@ -830,6 +830,11 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
Close(true);
|
||||
}
|
||||
|
||||
public void Close(bool sendStop)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user