diff options
author | Justin Clarke Casey | 2009-03-24 19:04:28 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-24 19:04:28 +0000 |
commit | 5e9682cef72f7bf89832427b710e34d25e2ec167 (patch) | |
tree | 658b9178a3204cbcbc66e9854092d773df2deabe | |
parent | Added the login region's http to the login response. (diff) | |
download | opensim-SC_OLD-5e9682cef72f7bf89832427b710e34d25e2ec167.zip opensim-SC_OLD-5e9682cef72f7bf89832427b710e34d25e2ec167.tar.gz opensim-SC_OLD-5e9682cef72f7bf89832427b710e34d25e2ec167.tar.bz2 opensim-SC_OLD-5e9682cef72f7bf89832427b710e34d25e2ec167.tar.xz |
* Fix edit scale command - was looking for one too few arguments
-rw-r--r-- | OpenSim/Region/Application/OpenSim.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Application/OpenSim.cs b/OpenSim/Region/Application/OpenSim.cs index d8a9b4c..898aad2 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -389,7 +389,7 @@ namespace OpenSim | |||
389 | 389 | ||
390 | private void HandleEditScale(string module, string[] args) | 390 | private void HandleEditScale(string module, string[] args) |
391 | { | 391 | { |
392 | if (args.Length == 5) | 392 | if (args.Length == 6) |
393 | { | 393 | { |
394 | m_sceneManager.HandleEditCommandOnCurrentScene(args); | 394 | m_sceneManager.HandleEditCommandOnCurrentScene(args); |
395 | } | 395 | } |