cosmetics

This commit is contained in:
UbitUmarov
2025-11-10 18:37:00 +00:00
parent 19217833ce
commit 67137bbacf
4 changed files with 4 additions and 5 deletions

View File

@@ -4180,7 +4180,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
an.Data = new AvatarNotesReplyPacket.DataBlock
{
TargetID = targetID,
Notes = Utils.StringToBytes(text)
Notes = Utils.StringToBytes(text, 1022)
};
OutPacket(an, ThrottleOutPacketType.Task);