diff options
author | Adam Frisby | 2008-04-21 07:09:17 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-21 07:09:17 +0000 |
commit | fef3b3689492dea63693c964bcdbec9f5137eb5e (patch) | |
tree | 7791eef001d85d3e1de863a68f26ff9434d062ca /OpenSim/Tools/pCampBot/pCampBot.cs | |
parent | * Terrain Module code has been reformatted to comply with guidelines. (diff) | |
download | opensim-SC_OLD-fef3b3689492dea63693c964bcdbec9f5137eb5e.zip opensim-SC_OLD-fef3b3689492dea63693c964bcdbec9f5137eb5e.tar.gz opensim-SC_OLD-fef3b3689492dea63693c964bcdbec9f5137eb5e.tar.bz2 opensim-SC_OLD-fef3b3689492dea63693c964bcdbec9f5137eb5e.tar.xz |
* Optimised using statements and namespace references across entire project (this took a while to run).
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/pCampBot.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs index 6daccc4..d944608 100644 --- a/OpenSim/Tools/pCampBot/pCampBot.cs +++ b/OpenSim/Tools/pCampBot/pCampBot.cs | |||
@@ -26,12 +26,7 @@ | |||
26 | */ | 26 | */ |
27 | 27 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | ||
30 | using System.Text; | ||
31 | using libsecondlife; | ||
32 | using libsecondlife.Packets; | ||
33 | using Nini.Config; | 29 | using Nini.Config; |
34 | using System.Threading; | ||
35 | using OpenSim.Framework.Console; | 30 | using OpenSim.Framework.Console; |
36 | 31 | ||
37 | namespace pCampBot | 32 | namespace pCampBot |
@@ -86,7 +81,7 @@ namespace pCampBot | |||
86 | 81 | ||
87 | private static void Help() | 82 | private static void Help() |
88 | { | 83 | { |
89 | System.Console.WriteLine( | 84 | Console.WriteLine( |
90 | "usage: pCampBot <-loginuri loginuri> [OPTIONS]\n" + | 85 | "usage: pCampBot <-loginuri loginuri> [OPTIONS]\n" + |
91 | "Spawns a set of bots to test an OpenSim region\n\n" + | 86 | "Spawns a set of bots to test an OpenSim region\n\n" + |
92 | " -l, -loginuri loginuri for sim to log into (required)\n" + | 87 | " -l, -loginuri loginuri for sim to log into (required)\n" + |