diff options
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r-- | OpenSim/Grid/GridServer/GridManager.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Grid/GridServer/GridManager.cs b/OpenSim/Grid/GridServer/GridManager.cs index 3232b8e..e32f551 100644 --- a/OpenSim/Grid/GridServer/GridManager.cs +++ b/OpenSim/Grid/GridServer/GridManager.cs | |||
@@ -283,7 +283,6 @@ namespace OpenSim.Grid.GridServer | |||
283 | TheSim.regionLocZ = 0; | 283 | TheSim.regionLocZ = 0; |
284 | TheSim.regionMapTextureID = new LLUUID((string)requestData["map-image-id"]); | 284 | TheSim.regionMapTextureID = new LLUUID((string)requestData["map-image-id"]); |
285 | 285 | ||
286 | // Added by daTwitch | ||
287 | // part of an initial brutish effort to provide accurate information (as per the xml region spec) | 286 | // part of an initial brutish effort to provide accurate information (as per the xml region spec) |
288 | // wrt the ownership of a given region | 287 | // wrt the ownership of a given region |
289 | // the (very bad) assumption is that this value is being read and handled inconsistently or | 288 | // the (very bad) assumption is that this value is being read and handled inconsistently or |
@@ -292,9 +291,7 @@ namespace OpenSim.Grid.GridServer | |||
292 | // | 291 | // |
293 | // this particular section of the mod attempts to receive a value from the region's xml file by way of | 292 | // this particular section of the mod attempts to receive a value from the region's xml file by way of |
294 | // OSG1GridServices for the region's owner | 293 | // OSG1GridServices for the region's owner |
295 | // | ||
296 | TheSim.owner_uuid = (string)requestData["master_avatar_uuid"]; | 294 | TheSim.owner_uuid = (string)requestData["master_avatar_uuid"]; |
297 | // end of daTwitch's mods to this file | ||
298 | 295 | ||
299 | try | 296 | try |
300 | { | 297 | { |