Merge branch 'master' of bitbucket.org:hackerbots/botclient

This commit is contained in:
Stephen McQuay 2013-10-14 08:51:21 -07:00
commit e07b24afdc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ var speed = flag.Float64("speed", 150, "")
var acceleration = flag.Float64("acceleration", 10, "")
var weaponRadius = flag.Int("wrad", 100, "weapon radius")
var scannerRadius = flag.Int("srad", 100, "scanner radius")
var server = flag.String("server", "localhost", "server hostname")
var server = flag.String("server", "hackerbots.us", "server hostname")
var port = flag.Int("port", 8666, "server port")
var botname = flag.String("name", "gobot", "the name that other players will see")
var verbose = flag.Bool("verbose", false, "run verbosly")