Don't actually proceed on a within-region teleport if another is already taking place, rather than just (falsely) logging that we're not going to proceed.

An oversight from recent commit 9ab0c81
0.7.4.1
Justin Clark-Casey (justincc) 2012-05-24 22:59:52 +01:00
parent cc53d91d2f
commit 93ff27053a
1 changed files with 2 additions and 0 deletions

View File

@ -227,6 +227,8 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
m_log.DebugFormat(
"[ENTITY TRANSFER MODULE]: Ignoring within region teleport request of {0} {1} to {2} - agent is already in transit.",
sp.Name, sp.UUID, position);
return;
}
// Teleport within the same region