aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/FriendListItem.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-07 01:39:26 +0000
committerTeravus Ovares2008-01-07 01:39:26 +0000
commitf43e75762a4fe4458d8fd70e0e029ee4113c413f (patch)
tree940178f6b2c221b597869a1841f7c8789832af44 /OpenSim/Framework/FriendListItem.cs
parentMore inventory work for CharlieO. Final patch to make it all work yet to come. (diff)
downloadopensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.zip
opensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.tar.gz
opensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.tar.bz2
opensim-SC_OLD-f43e75762a4fe4458d8fd70e0e029ee4113c413f.tar.xz
* Adding More to the MessageServer classes.
* Don't forget to prebuild
Diffstat (limited to 'OpenSim/Framework/FriendListItem.cs')
-rw-r--r--OpenSim/Framework/FriendListItem.cs3
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}