diff options
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); |