aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data
diff options
context:
space:
mode:
authorSean Dague2007-09-12 04:44:21 +0000
committerSean Dague2007-09-12 04:44:21 +0000
commit6ca6c035e707cbbac22aab51f7dc19284ce39e02 (patch)
tree20b1db7ec5139f28af4fa7020e5aea492bfe0bd5 /OpenSim/Framework/Data
parentAnother attempt at fixing the disappearing estate_settings.xml file. (diff)
downloadopensim-SC_OLD-6ca6c035e707cbbac22aab51f7dc19284ce39e02.zip
opensim-SC_OLD-6ca6c035e707cbbac22aab51f7dc19284ce39e02.tar.gz
opensim-SC_OLD-6ca6c035e707cbbac22aab51f7dc19284ce39e02.tar.bz2
opensim-SC_OLD-6ca6c035e707cbbac22aab51f7dc19284ce39e02.tar.xz
debug for mysql issue
Diffstat (limited to 'OpenSim/Framework/Data')
-rw-r--r--OpenSim/Framework/Data/UserProfileData.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Framework/Data/UserProfileData.cs b/OpenSim/Framework/Data/UserProfileData.cs
index 1d0ac84..4fafe3f 100644
--- a/OpenSim/Framework/Data/UserProfileData.cs
+++ b/OpenSim/Framework/Data/UserProfileData.cs
@@ -68,6 +68,7 @@ namespace OpenSim.Framework.Data
68 set { 68 set {
69 homeRegionX = (uint)(value >> 40); 69 homeRegionX = (uint)(value >> 40);
70 homeRegionY = (((uint)(value)) >> 8); 70 homeRegionY = (((uint)(value)) >> 8);
71 Console.WriteLine("HomeRegion => Incoming: " + value + ", Computed: " + homeRegion);
71 } 72 }
72 } 73 }
73 public uint homeRegionX; 74 public uint homeRegionX;