diff options
author | Justin Clark-Casey (justincc) | 2013-09-19 21:44:30 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-26 20:07:15 +0100 |
commit | c01dea0f6a450fd1cd576d36b6e3bdc1d2e6fcd9 (patch) | |
tree | b580c913848ef2f03b3ca7ad47281eaa9237bf39 /OpenSim | |
parent | minor: Stop debug logging whenever an npc is moved, other npc log related for... (diff) | |
download | opensim-SC_OLD-c01dea0f6a450fd1cd576d36b6e3bdc1d2e6fcd9.zip opensim-SC_OLD-c01dea0f6a450fd1cd576d36b6e3bdc1d2e6fcd9.tar.gz opensim-SC_OLD-c01dea0f6a450fd1cd576d36b6e3bdc1d2e6fcd9.tar.bz2 opensim-SC_OLD-c01dea0f6a450fd1cd576d36b6e3bdc1d2e6fcd9.tar.xz |
minor: Make SP.MakeRootAgent() private - no external code has any business calling this method
Diffstat (limited to 'OpenSim')
-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 52ea8fe..091e9e8 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}", |