Note to self: try to make only 3 things at the same time.

viewer-2-initial-appearance
Diva Canto 2011-01-04 11:33:15 -08:00
parent db55859125
commit fbde9b1136
1 changed files with 1 additions and 1 deletions

View File

@ -2499,7 +2499,7 @@ namespace OpenSim.Region.Framework.Scenes
// m_log.WarnFormat("[SP] Send avatar data from {0} to {1}",m_uuid,avatar.ControllingClient.AgentId);
avatar.ControllingClient.SendAvatarDataImmediate(this);
if (Animation != null)
if (Animator != null)
Animator.SendAnimPackToClient(avatar.ControllingClient);
}