mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Take out a testing sleep I accidentally left in the teleport code from last commit 7471bc7
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user