Take out a testing sleep I accidentally left in the teleport code from last commit 7471bc7

user_profiles
Justin Clark-Casey (justincc) 2013-03-22 01:06:56 +00:00
parent 7471bc7775
commit 1f17ef6d3c
1 changed files with 0 additions and 2 deletions

View File

@ -604,8 +604,6 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
return;
}
Thread.Sleep(30000);
if (m_entityTransferStateMachine.GetAgentTransferState(sp.UUID) == AgentTransferState.Cancelling)
{
m_log.DebugFormat(