diff options
author | Homer Horwitz | 2008-09-12 22:39:17 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-09-12 22:39:17 +0000 |
commit | 8ae8bec4d148ace42aa176f924399464d5bcf7eb (patch) | |
tree | 024830a1b89b94f6173a604064535063d30bc2b3 /OpenSim/Framework/Console/ConsoleBase.cs | |
parent | * Patch http://opensimulator.org/mantis/view.php?id=2172 (diff) | |
download | opensim-SC_OLD-8ae8bec4d148ace42aa176f924399464d5bcf7eb.zip opensim-SC_OLD-8ae8bec4d148ace42aa176f924399464d5bcf7eb.tar.gz opensim-SC_OLD-8ae8bec4d148ace42aa176f924399464d5bcf7eb.tar.bz2 opensim-SC_OLD-8ae8bec4d148ace42aa176f924399464d5bcf7eb.tar.xz |
Changed "show users" command to display only root agents, "show users full" to
display root and child agents (mantis #2171).
Diffstat (limited to 'OpenSim/Framework/Console/ConsoleBase.cs')
-rw-r--r-- | OpenSim/Framework/Console/ConsoleBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs index 767740b..69c7bc1 100644 --- a/OpenSim/Framework/Console/ConsoleBase.cs +++ b/OpenSim/Framework/Console/ConsoleBase.cs | |||
@@ -372,7 +372,7 @@ namespace OpenSim.Framework.Console | |||
372 | // Shows data about something | 372 | // Shows data about something |
373 | public void ShowCommands(string ShowWhat) | 373 | public void ShowCommands(string ShowWhat) |
374 | { | 374 | { |
375 | m_cmdParser.Show(ShowWhat); | 375 | m_cmdParser.Show(new string[] { ShowWhat }); |
376 | } | 376 | } |
377 | 377 | ||
378 | public void Prompt() | 378 | public void Prompt() |