fix bug
This commit is contained in:
parent
3bd9aabffc
commit
19596734b0
1 changed files with 3 additions and 1 deletions
|
|
@ -471,7 +471,9 @@ end"}
|
||||||
|
|
||||||
(game-over-selection ds game-code))
|
(game-over-selection ds game-code))
|
||||||
|
|
||||||
(now-playing current-player game-code ds)))))))
|
(do
|
||||||
|
@update-display-table
|
||||||
|
(now-playing current-player game-code ds))))))))
|
||||||
|
|
||||||
(def game-code-input-attrs
|
(def game-code-input-attrs
|
||||||
{:name "game-code",
|
{:name "game-code",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue