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.3-extended
Justin Clark-Casey (justincc) 2012-05-24 22:59:52 +01:00
parent bcacdb3352
commit c422f852a6
1 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,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