Fixed protocol bug I introduced
This commit is contained in:
parent
eec52769dd
commit
dc7db48201
3
robot.go
3
robot.go
@ -100,10 +100,7 @@ func (r *robot) negociate() (err error) {
|
||||
}
|
||||
if *verbose {
|
||||
log.Printf("%s: game parameters: %+v", r.name, r.game)
|
||||
return errors.New(fmt.Sprintf("failure: %+v", err))
|
||||
}
|
||||
// TODO: do something with r.game.Protocol
|
||||
log.Printf("game params: %+v", r.game)
|
||||
|
||||
conf := ClientConfig{
|
||||
ID: r.game.Name,
|
||||
|
Loading…
Reference in New Issue
Block a user