aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserProfiles.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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