minor: Make SP.MakeRootAgent() private - no external code has any business calling this method

varregion
Justin Clark-Casey (justincc) 2013-09-19 21:44:30 +01:00
parent 03b2b5b77b
commit b6f10780c2
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ namespace OpenSim.Region.Framework.Scenes
/// This method is on the critical path for transferring an avatar from one region to another. Delay here /// This method is on the critical path for transferring an avatar from one region to another. Delay here
/// delays that crossing. /// delays that crossing.
/// </summary> /// </summary>
public void MakeRootAgent(Vector3 pos, bool isFlying) private void MakeRootAgent(Vector3 pos, bool isFlying)
{ {
// m_log.InfoFormat( // m_log.InfoFormat(
// "[SCENE]: Upgrading child to root agent for {0} in {1}", // "[SCENE]: Upgrading child to root agent for {0} in {1}",