mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Data/MySQL/Resources/RegionStore.migrations OpenSim/Region/Framework/Scenes/Scene.Inventory.cs
This commit is contained in:
@@ -1510,9 +1510,9 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||
// options["version"] = (string)requestData["version"];
|
||||
//}
|
||||
|
||||
if (requestData.Contains("profile"))
|
||||
if (requestData.Contains("home"))
|
||||
{
|
||||
options["profile"] = (string)requestData["profile"];
|
||||
options["home"] = (string)requestData["home"];
|
||||
}
|
||||
|
||||
if ((string)requestData["noassets"] == "true")
|
||||
|
||||
Reference in New Issue
Block a user