Forgot to hit save in the last commit

0.6.8-post-fixes
John Hurliman 2009-10-22 13:24:24 -07:00
parent 167d8e39fa
commit 4ba3842d71
1 changed files with 1 additions and 1 deletions

View File

@ -2522,7 +2522,7 @@ namespace OpenSim.Region.Framework.Scenes
remoteAvatar.m_controllingClient.SendAvatarData(new SendAvatarData(m_regionInfo.RegionHandle, m_firstname, m_lastname, m_grouptitle, m_uuid,
LocalId, pos, m_appearance.Texture.GetBytes(),
m_parentID, m_bodyRot));
m_parentID, m_rotation));
m_scene.StatsReporter.AddAgentUpdates(1);
}