mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
HG Friends working to some extent: friendships offered and accepted correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
This commit is contained in:
@@ -127,7 +127,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
||||
return array;
|
||||
}
|
||||
|
||||
public bool StoreFriend(UUID principalID, string friend, int flags)
|
||||
public bool StoreFriend(string principalID, string friend, int flags)
|
||||
{
|
||||
if (String.IsNullOrEmpty(m_serverUrl))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user