From 6a1b787436cc59043a26a296781e7a7b5ea0c67b Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Wed, 14 May 2008 05:33:32 +0000 Subject: More formatting cleanup. --- OpenSim/Tools/pCampBot/pCampBot.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'OpenSim/Tools/pCampBot/pCampBot.cs') 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 public static void Main(string[] args) { IConfig config = ParseConfig(args); - if (config.Get("help") != null || config.Get("loginuri") == null) { + if (config.Get("help") != null || config.Get("loginuri") == null) + { Help(); - } else { + } + else + { int botcount = config.GetInt("botcount", 1); BotManager bm = new BotManager(); -- cgit v1.1