Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork

avinationmerge
ubit 2012-10-13 01:43:44 +02:00
commit fdd6e0361e
1 changed files with 3 additions and 1 deletions

View File

@ -68,10 +68,12 @@ namespace OpenSim.Region.Physics.Manager
public ulong hashA;
[FieldOffset(8)]
public ulong hashB;
[FieldOffset(16)]
public ulong hashC;
public override string ToString()
{
return uuid.ToString();
return uuid.ToString() + "-" + hashC.ToString() ;
}
}