mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
Changed save oar and save iar parameter -p|--profile to -h|--home, including corresponding RemoteAdmin parameter
This commit is contained in:
@@ -1410,9 +1410,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