mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 10:15:33 +08:00
* Finished implementation of FriendsService.Delete
* Deny now working
This commit is contained in:
@@ -78,7 +78,7 @@ namespace OpenSim.Services.Friends
|
||||
|
||||
public bool Delete(UUID PrincipalID, string Friend)
|
||||
{
|
||||
return false;
|
||||
return m_Database.Delete(PrincipalID, Friend);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user