aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorUbitUmarov2016-12-23 19:41:57 +0000
committerUbitUmarov2016-12-23 19:41:57 +0000
commit679d52ced69adecaa510b7b196a1d13c59fc836c (patch)
tree85ba1bc1f2c7a7c15a93a0e5dcb6f91104b433f3 /OpenSim/Framework
parent a few more changes on user profiles (diff)
downloadopensim-SC_OLD-679d52ced69adecaa510b7b196a1d13c59fc836c.zip
opensim-SC_OLD-679d52ced69adecaa510b7b196a1d13c59fc836c.tar.gz
opensim-SC_OLD-679d52ced69adecaa510b7b196a1d13c59fc836c.tar.bz2
opensim-SC_OLD-679d52ced69adecaa510b7b196a1d13c59fc836c.tar.xz
add missing file
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/UserProfiles.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/UserProfiles.cs b/OpenSim/Framework/UserProfiles.cs
index 6d46fe9..4ed890b 100644
--- a/OpenSim/Framework/UserProfiles.cs
+++ b/OpenSim/Framework/UserProfiles.cs
@@ -135,6 +135,7 @@ namespace OpenSim.Framework
135 public string born; 135 public string born;
136 public byte[] membershipType; 136 public byte[] membershipType;
137 public uint flags; 137 public uint flags;
138 public HashSet<IClientAPI> ClientsWaitingProps;
138 } 139 }
139} 140}
140 141