mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Note to self: try to make only 3 things at the same time.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user