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

0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-19 21:44:30 +01:00
parent ff08f56937
commit c01dea0f6a
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}",