mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
give a bit more time bf closing child agents
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user