diff options
author | mingchen | 2007-06-29 01:58:16 +0000 |
---|---|---|
committer | mingchen | 2007-06-29 01:58:16 +0000 |
commit | 90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c (patch) | |
tree | 7428eccc93a3f64f46e08d7269bc337f3d26d8a8 /OpenSim/Framework/General/UserProfile.cs | |
parent | * Removed J# language support because it has issues with Mono. (diff) | |
download | opensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.zip opensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.tar.gz opensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.tar.bz2 opensim-SC_OLD-90b01ba80ccaa69bf7cf76be6ce0a6ca05717d6c.tar.xz |
*Hopefully fixed the empty dialog box error on client when logging in on sandbox mode
Diffstat (limited to 'OpenSim/Framework/General/UserProfile.cs')
-rw-r--r-- | OpenSim/Framework/General/UserProfile.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/UserProfile.cs b/OpenSim/Framework/General/UserProfile.cs index 04ff20b..263dba2 100644 --- a/OpenSim/Framework/General/UserProfile.cs +++ b/OpenSim/Framework/General/UserProfile.cs | |||
@@ -59,7 +59,7 @@ namespace OpenSim.Framework.User | |||
59 | { | 59 | { |
60 | Circuits = new Dictionary<LLUUID, uint>(); | 60 | Circuits = new Dictionary<LLUUID, uint>(); |
61 | Inventory = new AgentInventory(); | 61 | Inventory = new AgentInventory(); |
62 | homeregionhandle = Helpers.UIntsToLong((997 * 256), (996 * 256)); | 62 | homeregionhandle = Helpers.UIntsToLong((1000 * 256), (1000 * 256)); |
63 | homepos = new LLVector3(); | 63 | homepos = new LLVector3(); |
64 | homelookat = new LLVector3(); | 64 | homelookat = new LLVector3(); |
65 | } | 65 | } |