mirror of
https://github.com/opensim/opensim.git
synced 2026-08-18 12:05:39 +08:00
Provide interface to prevent the client close function from sending the stop packet
This commit is contained in:
@@ -824,6 +824,11 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
}
|
||||
|
||||
public void Close()
|
||||
{
|
||||
Close(true);
|
||||
}
|
||||
|
||||
public void Close(bool sendStop)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user