aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Tools/pCampBot/pCampBot.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Tools/pCampBot/pCampBot.cs')
-rw-r--r--OpenSim/Tools/pCampBot/pCampBot.cs7
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenSim/Tools/pCampBot/pCampBot.cs b/OpenSim/Tools/pCampBot/pCampBot.cs
index d944608..81ec2b2 100644
--- a/OpenSim/Tools/pCampBot/pCampBot.cs
+++ b/OpenSim/Tools/pCampBot/pCampBot.cs
@@ -47,9 +47,12 @@ namespace pCampBot
47 public static void Main(string[] args) 47 public static void Main(string[] args)
48 { 48 {
49 IConfig config = ParseConfig(args); 49 IConfig config = ParseConfig(args);
50 if (config.Get("help") != null || config.Get("loginuri") == null) { 50 if (config.Get("help") != null || config.Get("loginuri") == null)
51 {
51 Help(); 52 Help();
52 } else { 53 }
54 else
55 {
53 int botcount = config.GetInt("botcount", 1); 56 int botcount = config.GetInt("botcount", 1);
54 57
55 BotManager bm = new BotManager(); 58 BotManager bm = new BotManager();