Replace obsolete *CryptoServiceProvider objects with Base create methods. Apply Array.Empty<> changes
This commit is contained in:
@@ -546,7 +546,7 @@ public class ClientAO : ProxyPlugin
|
||||
animate.AnimationList[0].AnimID = animationuuid;
|
||||
animate.AnimationList[0].StartAnim = run;
|
||||
|
||||
animate.PhysicalAvatarEventList = new AgentAnimationPacket.PhysicalAvatarEventListBlock[0];
|
||||
animate.PhysicalAvatarEventList = Array.Empty<AgentAnimationPacket.PhysicalAvatarEventListBlock>();
|
||||
|
||||
//SayToUser("anim " + animname(animationuuid) + " " + run);
|
||||
proxy.InjectPacket(animate, Direction.Outgoing);
|
||||
|
||||
Reference in New Issue
Block a user