mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
HG Friends: debug an issue where the friends data stored in the DB is incomplete.
This commit is contained in:
@@ -546,6 +546,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
FriendsService.StoreFriend(agentID.ToString(), theFriendUUID, 1);
|
||||
// and also the converse
|
||||
FriendsService.StoreFriend(theFriendUUID, agentID.ToString(), 1);
|
||||
m_log.DebugFormat("[HGFRIENDS MODULE]: Stored {0} {01}", agentID, theFriendUUID);
|
||||
|
||||
//if (!confirming)
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user