mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
cosmetics
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user