reduce number of useless strings on get displaynames cap

This commit is contained in:
UbitUmarov
2022-03-15 00:44:12 +00:00
parent f14055b6a8
commit 476ea2b51d
3 changed files with 126 additions and 18 deletions

View File

@@ -48,6 +48,7 @@ namespace OpenSim.Framework
string GetUserServerURL(UUID uuid, string serverType, out bool failedWeb);
Dictionary<UUID, string> GetUsersNames(string[] ids, UUID scopeID);
Dictionary<UUID, string> GetKnownUserNames(string[] ids, UUID scopeID);
List<UserData> GetKnownUsers(string[] ids, UUID scopeID);
void UserWebFailed(UUID id);
/// <summary>