aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Framework/UserProfile.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim.Framework/UserProfile.cs')
-rw-r--r--OpenSim.Framework/UserProfile.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenSim.Framework/UserProfile.cs b/OpenSim.Framework/UserProfile.cs
index 215f7da..04e9fd5 100644
--- a/OpenSim.Framework/UserProfile.cs
+++ b/OpenSim.Framework/UserProfile.cs
@@ -31,8 +31,9 @@ namespace OpenSim.Framework.User
31 { 31 {
32 Circuits = new Dictionary<LLUUID, uint>(); 32 Circuits = new Dictionary<LLUUID, uint>();
33 Inventory = new AgentInventory(); 33 Inventory = new AgentInventory();
34 homeregionhandle = Helpers.UIntsToLong((997 * 256), (996 * 256)); ; 34 homeregionhandle = Helpers.UIntsToLong((997 * 256), (996 * 256));
35 35 homepos = new LLVector3();
36 homelookat = new LLVector3();
36 } 37 }
37 38
38 public void InitSessionData() 39 public void InitSessionData()