diff options
Diffstat (limited to 'OpenSim/Framework/FriendListItem.cs')
-rw-r--r-- | OpenSim/Framework/FriendListItem.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Framework/FriendListItem.cs b/OpenSim/Framework/FriendListItem.cs index 0d7cb75..349ee97 100644 --- a/OpenSim/Framework/FriendListItem.cs +++ b/OpenSim/Framework/FriendListItem.cs | |||
@@ -42,6 +42,9 @@ namespace OpenSim.Framework | |||
42 | 42 | ||
43 | // These are what the friend gives the listowner permission to do | 43 | // These are what the friend gives the listowner permission to do |
44 | public uint FriendListOwnerPerms; | 44 | public uint FriendListOwnerPerms; |
45 | |||
46 | public bool onlinestatus = false; | ||
47 | |||
45 | 48 | ||
46 | } | 49 | } |
47 | } | 50 | } |