default to hackebots.us

This commit is contained in:
Stephen McQuay 2013-10-14 00:08:28 -07:00
parent 1924d613f0
commit ab190bf6ca
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")