aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/TestSuite
diff options
context:
space:
mode:
authorHomer Horwitz2008-09-12 22:39:17 +0000
committerHomer Horwitz2008-09-12 22:39:17 +0000
commit8ae8bec4d148ace42aa176f924399464d5bcf7eb (patch)
tree024830a1b89b94f6173a604064535063d30bc2b3 /OpenSim/TestSuite
parent* Patch http://opensimulator.org/mantis/view.php?id=2172 (diff)
downloadopensim-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/TestSuite')
-rw-r--r--OpenSim/TestSuite/BotManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/TestSuite/BotManager.cs b/OpenSim/TestSuite/BotManager.cs
index 7039b0f..8eb2027 100644
--- a/OpenSim/TestSuite/BotManager.cs
+++ b/OpenSim/TestSuite/BotManager.cs
@@ -212,8 +212,8 @@ namespace OpenSim.TestSuite
212 /// <summary> 212 /// <summary>
213 /// Required method to implement the conscmd_callback interface 213 /// Required method to implement the conscmd_callback interface
214 /// </summary> 214 /// </summary>
215 /// <param name="ShowWhat"></param> 215 /// <param name="showParams">What to show</param>
216 public void Show(string ShowWhat) 216 public void Show(string[] showParams)
217 { 217 {
218 } 218 }
219 } 219 }