Fixes height on Basic Physics in local teleports. Plus some small refactoring.

This commit is contained in:
diva
2009-02-18 20:10:40 +00:00
parent d971b9f06b
commit 2a13e046db
2 changed files with 18 additions and 2 deletions

View File

@@ -1195,7 +1195,8 @@ namespace OpenSim.Region.Framework.Scenes
}
agent.RestoreInCurrentScene();
}
agent.IsInTransit = false;
// In any case
agent.NotInTransit();
//m_log.DebugFormat("[SCENE COMM]: Crossing agent {0} {1} completed.", agent.Firstname, agent.Lastname);
}