diff options
Diffstat (limited to 'OpenSim/Framework/FriendListItem.cs')
-rw-r--r-- | OpenSim/Framework/FriendListItem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/FriendListItem.cs b/OpenSim/Framework/FriendListItem.cs index 2861ce2..a60bc22 100644 --- a/OpenSim/Framework/FriendListItem.cs +++ b/OpenSim/Framework/FriendListItem.cs | |||
@@ -35,9 +35,9 @@ namespace OpenSim.Framework | |||
35 | public UUID FriendListOwner; | 35 | public UUID FriendListOwner; |
36 | 36 | ||
37 | // These are what the list owner gives the friend permission to do | 37 | // These are what the list owner gives the friend permission to do |
38 | public uint FriendListOwnerPerms; | ||
38 | 39 | ||
39 | // These are what the friend gives the listowner permission to do | 40 | // These are what the friend gives the listowner permission to do |
40 | public uint FriendListOwnerPerms; | ||
41 | public uint FriendPerms; | 41 | public uint FriendPerms; |
42 | 42 | ||
43 | public bool onlinestatus = false; | 43 | public bool onlinestatus = false; |