Send board event before roll event when determining which player goes first
This commit is contained in:
parent
d854200256
commit
23ab2deae4
1 changed files with 1 additions and 0 deletions
|
@ -697,6 +697,7 @@ COMMANDS:
|
|||
ev.Player = string(clientGame.Player2.Name)
|
||||
}
|
||||
clientGame.eachClient(func(client *serverClient) {
|
||||
clientGame.sendBoard(client, false)
|
||||
client.sendEvent(ev)
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue