Add regression test TestSameRegionTeleport()

This commit is contained in:
Justin Clark-Casey (justincc)
2012-04-25 01:51:40 +01:00
parent f24289c47f
commit a65ca24701
3 changed files with 43 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
m_log.WarnFormat(
"[ENTITY TRANSFER MODULE]: RequestTeleportToLocation() was given an illegal position of {0} for avatar {1}, {2}. Substituting {3}",
position, sp.Name, sp.UUID, emergencyPos);
position = emergencyPos;
}