mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
objectId in AvatarAnimation packet should be UUID.Zero for non-overridden animations
This commit is contained in:
@@ -3466,8 +3466,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
ani.AnimationSourceList[i] = new AvatarAnimationPacket.AnimationSourceListBlock();
|
||||
ani.AnimationSourceList[i].ObjectID = objectIDs[i];
|
||||
if (objectIDs[i] == UUID.Zero)
|
||||
ani.AnimationSourceList[i].ObjectID = sourceAgentId;
|
||||
}
|
||||
ani.Header.Reliable = false;
|
||||
OutPacket(ani, ThrottleOutPacketType.Task);
|
||||
|
||||
Reference in New Issue
Block a user