mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Flags on Store(Friend) are supposed to be MyFlags.
This commit is contained in:
@@ -150,7 +150,7 @@ namespace OpenSim.Services.Connectors
|
||||
FriendInfo finfo = new FriendInfo();
|
||||
finfo.PrincipalID = PrincipalID;
|
||||
finfo.Friend = Friend;
|
||||
finfo.TheirFlags = flags;
|
||||
finfo.MyFlags = flags;
|
||||
|
||||
Dictionary<string, object> sendData = finfo.ToKeyValuePairs();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user