another..

This commit is contained in:
UbitUmarov
2020-08-26 15:49:43 +01:00
parent e6c4184680
commit 088a778853
6 changed files with 29 additions and 33 deletions

View File

@@ -1029,6 +1029,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC
m_scene.RemoveClient(AgentId, false);
}
public void Disconnect(string reason)
{
Close(true, false);
}
public void Start()
{
// We never start the client, so always fail.