diff options
Diffstat (limited to 'OpenSim/Framework/UserProfiles.cs')
-rw-r--r-- | OpenSim/Framework/UserProfiles.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/UserProfiles.cs b/OpenSim/Framework/UserProfiles.cs index 6133591..944a492 100644 --- a/OpenSim/Framework/UserProfiles.cs +++ b/OpenSim/Framework/UserProfiles.cs | |||
@@ -77,9 +77,10 @@ namespace OpenSim.Framework | |||
77 | public string Desc = string.Empty; | 77 | public string Desc = string.Empty; |
78 | public UUID ParcelId = UUID.Zero; | 78 | public UUID ParcelId = UUID.Zero; |
79 | public UUID SnapshotId = UUID.Zero; | 79 | public UUID SnapshotId = UUID.Zero; |
80 | public string User = string.Empty; | 80 | public string ParcelName = string.Empty; |
81 | public string SimName = string.Empty; | 81 | public string SimName = string.Empty; |
82 | public string GlobalPos = "<0,0,0>"; | 82 | public string GlobalPos = "<0,0,0>"; |
83 | public string Gatekeeper = string.Empty; | ||
83 | public int SortOrder = 0; | 84 | public int SortOrder = 0; |
84 | public bool Enabled = false; | 85 | public bool Enabled = false; |
85 | } | 86 | } |