mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Changed "show users" command to display only root agents, "show users full" to
display root and child agents (mantis #2171).
This commit is contained in:
@@ -372,7 +372,7 @@ namespace OpenSim.Framework.Console
|
||||
// Shows data about something
|
||||
public void ShowCommands(string ShowWhat)
|
||||
{
|
||||
m_cmdParser.Show(ShowWhat);
|
||||
m_cmdParser.Show(new string[] { ShowWhat });
|
||||
}
|
||||
|
||||
public void Prompt()
|
||||
|
||||
Reference in New Issue
Block a user