diff options
Diffstat (limited to 'OpenSim/TestSuite/BotManager.cs')
-rw-r--r-- | OpenSim/TestSuite/BotManager.cs | 4 |
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 | } |