mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
debug for mysql issue
This commit is contained in:
@@ -68,6 +68,7 @@ namespace OpenSim.Framework.Data
|
||||
set {
|
||||
homeRegionX = (uint)(value >> 40);
|
||||
homeRegionY = (((uint)(value)) >> 8);
|
||||
Console.WriteLine("HomeRegion => Incoming: " + value + ", Computed: " + homeRegion);
|
||||
}
|
||||
}
|
||||
public uint homeRegionX;
|
||||
|
||||
Reference in New Issue
Block a user