Provide interface to prevent the client close function from sending the stop packet

This commit is contained in:
Tom Grimshaw
2010-05-17 14:14:19 -07:00
parent bc7d84b75c
commit 6bc7e3429f
9 changed files with 54 additions and 4 deletions

View File

@@ -824,6 +824,11 @@ namespace OpenSim.Region.Examples.SimpleModule
}
public void Close()
{
Close(true);
}
public void Close(bool sendStop)
{
}