diff options
author | Diva Canto | 2011-12-20 09:53:05 -0800 |
---|---|---|
committer | Diva Canto | 2011-12-20 09:53:05 -0800 |
commit | dd69c9fd202e7cd7a52f08ab40939348a0b86ef7 (patch) | |
tree | ecaf1a5e5628cc4ded2d281cd47af78c9e5033f4 /OpenSim/ApplicationPlugins | |
parent | Fixed bug of avie going under the terrain when crossing regions in certain di... (diff) | |
parent | Move HandleObjectGroupUpdate() from GroupsModule to Scene.PacketHandlers.cs a... (diff) | |
download | opensim-SC-dd69c9fd202e7cd7a52f08ab40939348a0b86ef7.zip opensim-SC-dd69c9fd202e7cd7a52f08ab40939348a0b86ef7.tar.gz opensim-SC-dd69c9fd202e7cd7a52f08ab40939348a0b86ef7.tar.bz2 opensim-SC-dd69c9fd202e7cd7a52f08ab40939348a0b86ef7.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs index 0a262fb..7106e6a 100644 --- a/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs +++ b/OpenSim/ApplicationPlugins/RemoteController/RemoteAdminPlugin.cs | |||
@@ -1463,7 +1463,7 @@ namespace OpenSim.ApplicationPlugins.RemoteController | |||
1463 | options["profile"] = (string)requestData["profile"]; | 1463 | options["profile"] = (string)requestData["profile"]; |
1464 | } | 1464 | } |
1465 | 1465 | ||
1466 | if (requestData["noassets"].ToString() == "true") | 1466 | if ((string)requestData["noassets"] == "true") |
1467 | { | 1467 | { |
1468 | options["noassets"] = (string)requestData["noassets"] ; | 1468 | options["noassets"] = (string)requestData["noassets"] ; |
1469 | } | 1469 | } |