diff options
author | UbitUmarov | 2016-12-23 19:41:57 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-23 19:41:57 +0000 |
commit | 679d52ced69adecaa510b7b196a1d13c59fc836c (patch) | |
tree | 85ba1bc1f2c7a7c15a93a0e5dcb6f91104b433f3 | |
parent | a few more changes on user profiles (diff) | |
download | opensim-SC-679d52ced69adecaa510b7b196a1d13c59fc836c.zip opensim-SC-679d52ced69adecaa510b7b196a1d13c59fc836c.tar.gz opensim-SC-679d52ced69adecaa510b7b196a1d13c59fc836c.tar.bz2 opensim-SC-679d52ced69adecaa510b7b196a1d13c59fc836c.tar.xz |
add missing file
-rw-r--r-- | OpenSim/Framework/UserProfiles.cs | 1 |
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 | ||