diff --git a/src/com/score_the_pigs/app.clj b/src/com/score_the_pigs/app.clj index 5eeae8b..e163fb3 100644 --- a/src/com/score_the_pigs/app.clj +++ b/src/com/score_the_pigs/app.clj @@ -471,7 +471,9 @@ end"} (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 {:name "game-code",