diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index e247875..f12d629 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -898,7 +898,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
898 | /// This method is on the critical path for transferring an avatar from one region to another. Delay here | 898 | /// This method is on the critical path for transferring an avatar from one region to another. Delay here |
899 | /// delays that crossing. | 899 | /// delays that crossing. |
900 | /// </summary> | 900 | /// </summary> |
901 | public void MakeRootAgent(Vector3 pos, bool isFlying) | 901 | private void MakeRootAgent(Vector3 pos, bool isFlying) |
902 | { | 902 | { |
903 | // m_log.InfoFormat( | 903 | // m_log.InfoFormat( |
904 | // "[SCENE]: Upgrading child to root agent for {0} in {1}", | 904 | // "[SCENE]: Upgrading child to root agent for {0} in {1}", |