aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r--OpenSim/Grid/UserServer/UserManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs
index 63e77cf..307af34 100644
--- a/OpenSim/Grid/UserServer/UserManager.cs
+++ b/OpenSim/Grid/UserServer/UserManager.cs
@@ -257,7 +257,7 @@ namespace OpenSim.Grid.UserServer
257 { 257 {
258 appearance = GetUserAppearance(new LLUUID((string)requestData["owner"])); 258 appearance = GetUserAppearance(new LLUUID((string)requestData["owner"]));
259 responseData = appearance.ToHashTable(); 259 responseData = appearance.ToHashTable();
260 } 260 }
261 else 261 else
262 { 262 {
263 responseData = new Hashtable(); 263 responseData = new Hashtable();
@@ -280,7 +280,7 @@ namespace OpenSim.Grid.UserServer
280 UpdateUserAppearance(new LLUUID((string)requestData["owner"]), appearance); 280 UpdateUserAppearance(new LLUUID((string)requestData["owner"]), appearance);
281 responseData = new Hashtable(); 281 responseData = new Hashtable();
282 responseData["returnString"] = "TRUE"; 282 responseData["returnString"] = "TRUE";
283 } 283 }
284 else 284 else
285 { 285 {
286 responseData = new Hashtable(); 286 responseData = new Hashtable();