From 794f0f36ba8cd942e17bf53191fdb752dc8aaceb Mon Sep 17 00:00:00 2001 From: Andy Smy <47543767+AndySmee@users.noreply.github.com> Date: Fri, 9 May 2025 17:06:59 +0100 Subject: [PATCH] Update app.js --- apps/umpire/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/umpire/app.js b/apps/umpire/app.js index ea81d9be2..1cacdd9a1 100644 --- a/apps/umpire/app.js +++ b/apps/umpire/app.js @@ -150,6 +150,7 @@ function countDown(dir) { g.drawString(over + "." + counter, g.getWidth()/1.89, 120); g.setFont("Vector",18); var ballGraph = ballFaced.repeat(counter) + ballToCome.repeat(ballsPerOver-counter); + if(timeCalled) ballGraph = '-TIME-'; g.drawString(ballGraph + ' ' + formatDuration(deadDuration), g.getWidth()/1.89, 166); processing = false;