Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to see if Diva's recent HG updates (post 6c7e33f) fix this issue.

This string is returned if a UserManagementModule.TryGetUserNames() cannot find a server-side name binding or a user account for a given UUID.
This is only called when the viewer requests a binding via the UDP UUIDNameRequest message
cpu-performance
Justin Clark-Casey (justincc) 2013-06-25 00:46:15 +01:00
parent ce9b1320d2
commit f78d2ef166
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ namespace OpenSim.Region.CoreModules.Framework.UserManagement
else
{
names[0] = "Unknown";
names[1] = "UserUMMTGUN2";
names[1] = "UserUMMTGUN3";
return false;
}