From 6c8335afe4eadc70c73937fe629d00c1ad90f856 Mon Sep 17 00:00:00 2001 From: AardCrowley <12467582+AardCrowley@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:06:26 -0500 Subject: [PATCH] Update SlotStats.xml --- SlotStats/SlotStats.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/SlotStats/SlotStats.xml b/SlotStats/SlotStats.xml index f513575..7999d67 100644 --- a/SlotStats/SlotStats.xml +++ b/SlotStats/SlotStats.xml @@ -128,6 +128,7 @@ function showStats() if difference < 0 then aheadBehind = "behind" aheadBehindColour = "red" + difference = difference*-1 elseif difference > 0 then aheadBehind = "ahead of" aheadBehindColour = "green"