diff options
author | Justin Clark-Casey (justincc) | 2013-09-19 21:44:30 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-19 21:44:30 +0100 |
commit | b6f10780c25007032835c4247fbd51d695d348df (patch) | |
tree | ef4d684edef808e324f532f5b97d579022bee898 | |
parent | minor: Make log message at top of ScenePresence.CompleteMovement info level a... (diff) | |
download | opensim-SC_OLD-b6f10780c25007032835c4247fbd51d695d348df.zip opensim-SC_OLD-b6f10780c25007032835c4247fbd51d695d348df.tar.gz opensim-SC_OLD-b6f10780c25007032835c4247fbd51d695d348df.tar.bz2 opensim-SC_OLD-b6f10780c25007032835c4247fbd51d695d348df.tar.xz |
minor: Make SP.MakeRootAgent() private - no external code has any business calling this method
-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}", |