aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/pCampBot')
-rw-r--r--OpenSim/Tools/pCampBot/BotManager.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/OpenSim/Tools/pCampBot/BotManager.cs b/OpenSim/Tools/pCampBot/BotManager.cs
index df06f47..8877f7d 100644
--- a/OpenSim/Tools/pCampBot/BotManager.cs
+++ b/OpenSim/Tools/pCampBot/BotManager.cs
@@ -177,23 +177,6 @@ namespace pCampBot
177 { 177 {
178 return new ConsoleBase("Region", this); 178 return new ConsoleBase("Region", this);
179 } 179 }
180
181 /// <summary>
182 /// I don't think the bots use this..
183 /// </summary>
184 /// <param name="commandParams"></param>
185 /// <param name="pos"></param>
186 /// <returns></returns>
187 // TODO: unused: private string CombineParams(string[] commandParams, int pos)
188 // TODO: unused: {
189 // TODO: unused: string result = String.Empty;
190 // TODO: unused: for (int i = pos; i < commandParams.Length; i++)
191 // TODO: unused: {
192 // TODO: unused: result += commandParams[i] + " ";
193 // TODO: unused: }
194 // TODO: unused: result = result.TrimEnd(' ');
195 // TODO: unused: return result;
196 // TODO: unused: }
197 180
198 /// <summary> 181 /// <summary>
199 /// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit 182 /// Command runnint tool.. Currently use it to add bots, shutdown and (dangerous)Forcequit