diff --git a/game.go b/game.go index 0e93038..0ba5439 100644 --- a/game.go +++ b/game.go @@ -122,6 +122,7 @@ func gameActor(ctx context.Context, g *game.Match, dealer, chall person, join <- case <-tick.C: slog.InfoContext(ctx, "out of time") g.Expire() + broadcast(ctx, g, dealer, chall, obs, dl) gameOver(ctx, dealer, chall, obs) return }