aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index af7ae47..8059a78 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -607,7 +607,7 @@ namespace OpenSim.Region.Environment.Scenes
607 public void MakeRootAgent(LLVector3 pos, bool isFlying) 607 public void MakeRootAgent(LLVector3 pos, bool isFlying)
608 { 608 {
609 IAvatarFactory ava = m_scene.RequestModuleInterface<IAvatarFactory>(); 609 IAvatarFactory ava = m_scene.RequestModuleInterface<IAvatarFactory>();
610 if(ava != null) 610 if (ava != null)
611 { 611 {
612 ava.TryGetAvatarAppearance(m_uuid, out m_appearance); 612 ava.TryGetAvatarAppearance(m_uuid, out m_appearance);
613 } 613 }
@@ -2887,7 +2887,7 @@ namespace OpenSim.Region.Environment.Scenes
2887 { 2887 {
2888 System.Console.WriteLine("Attach from world {0}", itemID.ToString()); 2888 System.Console.WriteLine("Attach from world {0}", itemID.ToString());
2889 // Attach from world 2889 // Attach from world
2890 if(att.ParentGroup != null) 2890 if (att.ParentGroup != null)
2891 m_scene.RezSingleAttachment(att.ParentGroup, ControllingClient, itemID, (uint)attachpoint, 0, 0); 2891 m_scene.RezSingleAttachment(att.ParentGroup, ControllingClient, itemID, (uint)attachpoint, 0, 0);
2892 } 2892 }
2893 else 2893 else