aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/General/Types/Login.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/General/Types/Login.cs')
-rw-r--r--OpenSim/Framework/General/Types/Login.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/Types/Login.cs b/OpenSim/Framework/General/Types/Login.cs
index 0a8c0cb..fc1f3ad 100644
--- a/OpenSim/Framework/General/Types/Login.cs
+++ b/OpenSim/Framework/General/Types/Login.cs
@@ -40,10 +40,11 @@ namespace OpenSim.Framework.Types
40 public LLUUID BaseFolder; 40 public LLUUID BaseFolder;
41 public uint CircuitCode; 41 public uint CircuitCode;
42 public string CapsPath =""; 42 public string CapsPath ="";
43 public LLVector3 StartPos;
43 44
44 public Login() 45 public Login()
45 { 46 {
46 47 StartPos = new LLVector3(128, 128, 70);
47 } 48 }
48 } 49 }
49} 50}