mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
store owner_uuid in the region table
This commit is contained in:
@@ -200,6 +200,7 @@ namespace OpenSim.Services.GridService
|
||||
rdata.RegionName = rinfo.RegionName;
|
||||
rdata.Data = rinfo.ToKeyValuePairs();
|
||||
rdata.Data["regionHandle"] = Utils.UIntsToLong((uint)rdata.posX, (uint)rdata.posY);
|
||||
rdata.Data["owner_uuid"] = rinfo.EstateOwner.ToString();
|
||||
return rdata;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user