minor: Make SP.MakeRootAgent() private - no external code has any business calling this method
parent
03b2b5b77b
commit
b6f10780c2
|
@ -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
|
||||
/// delays that crossing.
|
||||
/// </summary>
|
||||
public void MakeRootAgent(Vector3 pos, bool isFlying)
|
||||
private void MakeRootAgent(Vector3 pos, bool isFlying)
|
||||
{
|
||||
// m_log.InfoFormat(
|
||||
// "[SCENE]: Upgrading child to root agent for {0} in {1}",
|
||||
|
|
Loading…
Reference in New Issue