Change a member of the friendslist module to better reflect the client side

data storage paradigm of the friends list and avoid repeated, unneccessary
fetches of the entire friends list.
This commit is contained in:
Melanie
2010-01-19 11:33:42 +00:00
parent a3f48a7ca6
commit 5908b8ed7c
4 changed files with 6 additions and 11 deletions

View File

@@ -39,7 +39,5 @@ namespace OpenSim.Framework
// These are what the friend gives the listowner permission to do
public uint FriendPerms;
public bool onlinestatus = false;
}
}