search accout by id not volatil user name (HG)
parent
b43f36abf1
commit
1396c466f6
|
@ -4141,7 +4141,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
{
|
{
|
||||||
IUserAccountCacheModule cache = RequestModuleInterface<IUserAccountCacheModule>();
|
IUserAccountCacheModule cache = RequestModuleInterface<IUserAccountCacheModule>();
|
||||||
if (cache != null)
|
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
|
// Remove any preexisting circuit - we don't want duplicates
|
||||||
// This is a stab at preventing avatar "ghosting"
|
// This is a stab at preventing avatar "ghosting"
|
||||||
|
|
Loading…
Reference in New Issue