mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
More formatting cleanup.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user