Change URI to lowercase to match existing
parent
bf9ce4709f
commit
edb2e4c5b3
|
@ -187,7 +187,7 @@ namespace OpenSim.Server.Handlers.Grid
|
|||
|
||||
if (!String.IsNullOrEmpty(HomeURI))
|
||||
{
|
||||
map["HomeURI"] = OSD.FromString(HomeURI);
|
||||
map["home"] = OSD.FromString(HomeURI);
|
||||
}
|
||||
|
||||
return OSDParser.SerializeJsonString(map).ToString();
|
||||
|
|
Loading…
Reference in New Issue