mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
reduce number of useless strings on get displaynames cap
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user