Draft is a channel not a player
This commit is contained in:
parent
839c15154b
commit
48260e2695
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ func (s *session) handlePicks() {
|
||||||
// Pick loop, this `for` handles exactly one round of packs
|
// Pick loop, this `for` handles exactly one round of packs
|
||||||
for {
|
for {
|
||||||
s.messages <- room.Message{
|
s.messages <- room.Message{
|
||||||
To: "draft",
|
Channel: "draft",
|
||||||
Type: "draft-newpick",
|
Type: "draft-newpick",
|
||||||
Message: fmt.Sprintf("New pick for pack #%d", currentPack),
|
Message: fmt.Sprintf("New pick for pack #%d", currentPack),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue