diff options
author | Justin Clark-Casey (justincc) | 2013-02-27 22:31:47 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-27 22:32:14 +0000 |
commit | 0e8ec5649ec5929927760368226ac5c584dc4a4e (patch) | |
tree | 65ff115e879af069f66af0ca8ad0aba71f6cd422 /OpenSim/Region/Application/OpenSim.cs | |
parent | Get "show modules" console command to show modules in alphabetical order, and... (diff) | |
download | opensim-SC-0e8ec5649ec5929927760368226ac5c584dc4a4e.zip opensim-SC-0e8ec5649ec5929927760368226ac5c584dc4a4e.tar.gz opensim-SC-0e8ec5649ec5929927760368226ac5c584dc4a4e.tar.bz2 opensim-SC-0e8ec5649ec5929927760368226ac5c584dc4a4e.tar.xz |
Get "show modules" console command to obey selected command line region/s
Diffstat (limited to 'OpenSim/Region/Application/OpenSim.cs')
-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 20e00e3..4075edb 100644 --- a/OpenSim/Region/Application/OpenSim.cs +++ b/OpenSim/Region/Application/OpenSim.cs | |||
@@ -809,7 +809,7 @@ namespace OpenSim | |||
809 | break; | 809 | break; |
810 | 810 | ||
811 | case "modules": | 811 | case "modules": |
812 | SceneManager.ForEachScene( | 812 | SceneManager.ForEachSelectedScene( |
813 | scene => | 813 | scene => |
814 | { | 814 | { |
815 | MainConsole.Instance.OutputFormat("Loaded region modules in {0} are:", scene.Name); | 815 | MainConsole.Instance.OutputFormat("Loaded region modules in {0} are:", scene.Name); |