mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
don't delete too much on online cache at tp out
This commit is contained in:
@@ -389,8 +389,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
|
||||
lock (m_Friends)
|
||||
{
|
||||
foreach(HashSet<UUID> friends in m_OnlineFriendsCache.Values)
|
||||
friends.Remove(agentID);
|
||||
m_OnlineFriendsCache.Remove(agentID);
|
||||
if (m_Friends.TryGetValue(agentID, out UserFriendData friendsData))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user