aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/BotManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/pCampBot/BotManager.cs')
-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 }