mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
search accout by id not volatil user name (HG)
This commit is contained in:
@@ -4141,7 +4141,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
{
|
||||
IUserAccountCacheModule cache = RequestModuleInterface<IUserAccountCacheModule>();
|
||||
if (cache != null)
|
||||
cache.Remove(acd.firstname + " " + acd.lastname);
|
||||
// cache.Remove(acd.firstname + " " + acd.lastname);
|
||||
cache.Remove(acd.AgentID);
|
||||
|
||||
// Remove any preexisting circuit - we don't want duplicates
|
||||
// This is a stab at preventing avatar "ghosting"
|
||||
|
||||
Reference in New Issue
Block a user