mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Change URI to lowercase to match existing
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user