Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
commit
fc9400db07
|
@ -1463,7 +1463,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController
|
||||||
options["profile"] = (string)requestData["profile"];
|
options["profile"] = (string)requestData["profile"];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (requestData["noassets"].ToString() == "true")
|
if ((string)requestData["noassets"] == "true")
|
||||||
{
|
{
|
||||||
options["noassets"] = (string)requestData["noassets"] ;
|
options["noassets"] = (string)requestData["noassets"] ;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue