* Restore show information for the OpenSim region server (version, info, threads, etc.)

This commit is contained in:
Justin Clarke Casey
2009-02-09 18:11:09 +00:00
parent eddcf620d8
commit d1d93fae6c
2 changed files with 5 additions and 2 deletions

View File

@@ -342,7 +342,7 @@ namespace OpenSim.Framework.Servers
}
public virtual void HandleShow(string module, string[] cmd)
{
{
List<string> args = new List<string>(cmd);
args.RemoveAt(0);