give a bit more time bf closing child agents

0.9.1.0-post-fixes
UbitUmarov 2019-01-08 18:07:10 +00:00
parent ff8f70418b
commit 47ae155f13
1 changed files with 1 additions and 1 deletions

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();