mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
send the MaxProfilePicks in simulatorFeatures
This commit is contained in:
@@ -4214,7 +4214,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
for(int i = 0; i < npicks; ++i)
|
||||
{
|
||||
KeyValuePair<UUID, string> pick = spicks[i];
|
||||
ap.Data[i++] = new AvatarPicksReplyPacket.DataBlock
|
||||
ap.Data[i] = new AvatarPicksReplyPacket.DataBlock
|
||||
{
|
||||
PickID = pick.Key,
|
||||
PickName = Utils.StringToBytes(pick.Value, maxtrlen)
|
||||
|
||||
Reference in New Issue
Block a user