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.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.Framework/UserProfile.cs b/OpenSim.Framework/UserProfile.cs
index 04e9fd5..5b7405a 100644
--- a/OpenSim.Framework/UserProfile.cs
+++ b/OpenSim.Framework/UserProfile.cs
@@ -32,7 +32,7 @@ namespace OpenSim.Framework.User
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 homepos = new LLVector3(); 35 homepos = new LLVector3();
36 homelookat = new LLVector3(); 36 homelookat = new LLVector3();
37 } 37 }
38 38