From 19596734b06a36879d27bfe0c0473bf39df752cb Mon Sep 17 00:00:00 2001 From: Luciano Laratelli Date: Fri, 11 Apr 2025 14:44:30 -0400 Subject: [PATCH] fix bug --- src/com/score_the_pigs/app.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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",