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"