mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
Stop trying to deregister caps or close child agents when an NPC is removed
This commit is contained in:
@@ -887,7 +887,7 @@ namespace OpenSim.Tests.Common.Mock
|
||||
|
||||
public void Close()
|
||||
{
|
||||
m_scene.RemoveClient(AgentId);
|
||||
m_scene.RemoveClient(AgentId, true);
|
||||
}
|
||||
|
||||
public void Start()
|
||||
|
||||
Reference in New Issue
Block a user