From b46387091470f3d1465c05625a656228ca54fd61 Mon Sep 17 00:00:00 2001 From: BlueWall Date: Mon, 27 Oct 2014 17:27:42 -0400 Subject: Add hypergrid teleporting support to user profiles picks --- OpenSim/Framework/UserProfiles.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework') 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 public string User = string.Empty; public string SimName = string.Empty; public string GlobalPos = "<0,0,0>"; + public string Gatekeeper = string.Empty; public int SortOrder = 0; public bool Enabled = false; } -- cgit v1.1