From 8ae8bec4d148ace42aa176f924399464d5bcf7eb Mon Sep 17 00:00:00 2001 From: Homer Horwitz Date: Fri, 12 Sep 2008 22:39:17 +0000 Subject: Changed "show users" command to display only root agents, "show users full" to display root and child agents (mantis #2171). --- OpenSim/TestSuite/BotManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/TestSuite/BotManager.cs') 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 /// /// Required method to implement the conscmd_callback interface /// - /// - public void Show(string ShowWhat) + /// What to show + public void Show(string[] showParams) { } } -- cgit v1.1