aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-03-24 19:04:28 +0000
committerJustin Clarke Casey2009-03-24 19:04:28 +0000
commit5e9682cef72f7bf89832427b710e34d25e2ec167 (patch)
tree658b9178a3204cbcbc66e9854092d773df2deabe /OpenSim/Region/Application/OpenSim.cs
parentAdded the login region's http to the login response. (diff)
downloadopensim-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
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-rw-r--r--OpenSim/Region/Application/OpenSim.cs2
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 }