diff options
author | Jeff Ames | 2008-02-20 18:38:20 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-20 18:38:20 +0000 |
commit | a8cfbbe963529728acbab4d9936cb89af380d1ac (patch) | |
tree | 16a72fba3d15556f6702127e7cfb98aa9fb9cf81 /OpenSim/Grid/GridServer/GridManager.cs | |
parent | Fix exception when reading OpenSim.ini file. (diff) | |
download | opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.zip opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.gz opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.bz2 opensim-SC_OLD-a8cfbbe963529728acbab4d9936cb89af380d1ac.tar.xz |
Minor cleanup.
Diffstat (limited to 'OpenSim/Grid/GridServer/GridManager.cs')
-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 | { |