aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/UserAgentData.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/UserAgentData.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/UserAgentData.cs b/OpenSim/Framework/UserAgentData.cs
index 18e8580..82b1b34 100644
--- a/OpenSim/Framework/UserAgentData.cs
+++ b/OpenSim/Framework/UserAgentData.cs
@@ -151,7 +151,7 @@ namespace OpenSim.Framework
151 } 151 }
152 } 152 }
153 153
154 public LLUUID RegionID { 154 public LLUUID InitialRegion {
155 get { 155 get {
156 return regionID; 156 return regionID;
157 } 157 }
@@ -178,7 +178,7 @@ namespace OpenSim.Framework
178 } 178 }
179 } 179 }
180 180
181 public LLUUID CurrentRegion { 181 public LLUUID Region {
182 get { 182 get {
183 return currentRegion; 183 return currentRegion;
184 } 184 }
@@ -187,7 +187,7 @@ namespace OpenSim.Framework
187 } 187 }
188 } 188 }
189 189
190 public ulong CurrentHandle { 190 public ulong Handle {
191 get { 191 get {
192 return currentHandle; 192 return currentHandle;
193 } 193 }
@@ -196,7 +196,7 @@ namespace OpenSim.Framework
196 } 196 }
197 } 197 }
198 198
199 public LLVector3 CurrentPos { 199 public LLVector3 Position {
200 get { 200 get {
201 return currentPos; 201 return currentPos;
202 } 202 }