Providing the bot ID to name mapping to the player after negotiation

This commit is contained in:
Fraser Graham
2016-07-13 21:28:57 -06:00
parent 6c67d83f49
commit 9be5f226f5
5 changed files with 81 additions and 25 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ func main() {
case "simple":
c.Player = client.NewSimplePlayer(800, 600, sr)
case "fraserbot":
c.Player = client.NewFraserbot("Fraserbot", sr)
c.Player = client.NewFraserbot("Fraserbot")
}
var err error