debug for mysql issue
parent
b521e5d219
commit
6ca6c035e7
|
@ -68,6 +68,7 @@ namespace OpenSim.Framework.Data
|
||||||
set {
|
set {
|
||||||
homeRegionX = (uint)(value >> 40);
|
homeRegionX = (uint)(value >> 40);
|
||||||
homeRegionY = (((uint)(value)) >> 8);
|
homeRegionY = (((uint)(value)) >> 8);
|
||||||
|
Console.WriteLine("HomeRegion => Incoming: " + value + ", Computed: " + homeRegion);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
public uint homeRegionX;
|
public uint homeRegionX;
|
||||||
|
|
Loading…
Reference in New Issue