cosmetics

This commit is contained in:
UbitUmarov
2023-02-01 19:14:54 +00:00
parent b327224b74
commit e2d71afc10
5 changed files with 110 additions and 140 deletions

View File

@@ -50,7 +50,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
string friendsServerURI = m_FriendsModule.UserManagementModule.GetUserServerURL(friendID, "FriendsServerURI");
if (!string.IsNullOrEmpty(friendsServerURI))
{
HGFriendsServicesConnector fConn = new HGFriendsServicesConnector(friendsServerURI);
HGFriendsServicesConnector fConn = new(friendsServerURI);
List<UUID> friendsOnline = fConn.StatusNotification(ids, userID, online);