aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
authorBlueWall2014-10-27 17:27:42 -0400
committerBlueWall2014-10-27 17:27:42 -0400
commitb46387091470f3d1465c05625a656228ca54fd61 (patch)
treebf1dce79eda615246f32ec88b2df61a60a223cc4 /OpenSim/Framework
parentRefresh OpenMetaverse libraries again at 0f4b361 but with Windows builds to s... (diff)
downloadopensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.zip
opensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.tar.gz
opensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.tar.bz2
opensim-SC_OLD-b46387091470f3d1465c05625a656228ca54fd61.tar.xz
Add hypergrid teleporting support to user profiles picks
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 492f6b9..bfc2f6b 100644
--- a/OpenSim/Framework/UserProfiles.cs
+++ b/OpenSim/Framework/UserProfiles.cs
@@ -80,6 +80,7 @@ namespace OpenSim.Framework
80 public string User = string.Empty; 80 public string User = 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 }