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

This commit is contained in:
Diva Canto
2011-01-04 11:33:15 -08:00
parent db55859125
commit fbde9b1136

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);
}