Add back a log message when we attempt a megaregion auto-reteleport

user_profiles
Justin Clark-Casey (justincc) 2013-03-28 02:29:34 +00:00
parent afd0d6af07
commit 9ca54d00d8
1 changed files with 4 additions and 0 deletions

View File

@ -1350,6 +1350,10 @@ namespace OpenSim.Region.CoreModules.Framework.EntityTransfer
{
Thread.Sleep(10000);
m_log.DebugFormat(
"[ENTITY TRANSFER MODULE]: Auto-reteleporting {0} to correct megaregion location {1},{2},{3} from {4}",
agent.Name, regionX, regionY, position, initiatingScene.Name);
agent.Scene.RequestTeleportLocation(
agent.ControllingClient,
Utils.UIntsToLong(regionX * (uint)Constants.RegionSize, regionY * (uint)Constants.RegionSize),