aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/OpenSim.Region/Scenes/ScenePresence.Update.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/OpenSim.Region/Scenes/ScenePresence.Update.cs')
-rw-r--r--OpenSim/OpenSim.Region/Scenes/ScenePresence.Update.cs22
1 files changed, 5 insertions, 17 deletions
diff --git a/OpenSim/OpenSim.Region/Scenes/ScenePresence.Update.cs b/OpenSim/OpenSim.Region/Scenes/ScenePresence.Update.cs
index 3885c0d..b14db31 100644
--- a/OpenSim/OpenSim.Region/Scenes/ScenePresence.Update.cs
+++ b/OpenSim/OpenSim.Region/Scenes/ScenePresence.Update.cs
@@ -76,26 +76,14 @@ namespace OpenSim.Region.Scenes
76 /// <summary> 76 /// <summary>
77 /// 77 ///
78 /// </summary> 78 /// </summary>
79 /// <returns></returns>
80 public ObjectUpdatePacket CreateUpdatePacket()
81 {
82 return null;
83 }
84
85 /// <summary>
86 ///
87 /// </summary>
88 public void SendInitialPosition() 79 public void SendInitialPosition()
89 { 80 {
90 this.ControllingClient.SendAvatarData(m_regionInfo.RegionHandle, this.firstname, this.lastname, this.uuid, this.LocalId, this.Pos); 81 this.ControllingClient.SendAvatarData(m_regionInfo.RegionHandle, this.firstname, this.lastname, this.uuid, this.LocalId, this.Pos);
91 } 82 if (this.newAvatar)
92 83 {
93 /// <summary> 84 this.m_world.InformClientOfNeighbours(this.ControllingClient);
94 /// 85 this.newAvatar = false;
95 /// </summary> 86 }
96 public void SendOurAppearance()
97 {
98
99 } 87 }
100 88
101 /// <summary> 89 /// <summary>