give a bit more time bf closing child agents

This commit is contained in:
UbitUmarov
2019-01-08 18:07:10 +00:00
parent ff8f70418b
commit 47ae155f13

View File

@@ -1233,7 +1233,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
// Now let's make it officially a child agent
sp.MakeChildAgent(destinationHandle);
Thread.Sleep(2000);
Thread.Sleep(2800);
if (logout)
sp.closeAllChildAgents();