diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index b56647c32b..6f3849e6d3 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs @@ -4307,6 +4307,7 @@ namespace OpenSim.Region.Framework.Scenes } } + /* public override void Show(string[] showParams) { base.Show(showParams); @@ -4332,7 +4333,7 @@ namespace OpenSim.Region.Framework.Scenes break; } - } + }*/ #region Script Handling Methods diff --git a/OpenSim/Region/Framework/Scenes/SceneBase.cs b/OpenSim/Region/Framework/Scenes/SceneBase.cs index f343bc861e..8f0f4c3542 100644 --- a/OpenSim/Region/Framework/Scenes/SceneBase.cs +++ b/OpenSim/Region/Framework/Scenes/SceneBase.cs @@ -471,6 +471,8 @@ namespace OpenSim.Region.Framework.Scenes /// Shows various details about the sim based on the parameters supplied by the console command in openSimMain. /// /// What to show + /// + /* public virtual void Show(string[] showParams) { switch (showParams[0]) @@ -486,7 +488,7 @@ namespace OpenSim.Region.Framework.Scenes } break; } - } + }*/ /// /// Call this from a region module to add a command to the OpenSim console.