aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools
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/Tools
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/Tools')
-rw-r--r--OpenSim/Tools/pCampBot/BotManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs
index 8eb00c7..100f2d4 100644
--- a/OpenSim/Tools/pCampBot/BotManager.cs
+++ b/OpenSim/Tools/pCampBot/BotManager.cs
@@ -211,8 +211,8 @@ namespace pCampBot
211 /// <summary> 211 /// <summary>
212 /// Required method to implement the conscmd_callback interface 212 /// Required method to implement the conscmd_callback interface
213 /// </summary> 213 /// </summary>
214 /// <param name="ShowWhat"></param> 214 /// <param name="showParams">What to show</param>
215 public void Show(string ShowWhat) 215 public void Show(string[] showParams)
216 { 216 {
217 } 217 }
218 } 218 }