Update SlotStats.xml

pull/4/head
AardCrowley 5 years ago
parent 7300406279
commit 6c8335afe4

@ -128,6 +128,7 @@ function showStats()
if difference < 0 then if difference < 0 then
aheadBehind = "behind" aheadBehind = "behind"
aheadBehindColour = "red" aheadBehindColour = "red"
difference = difference*-1
elseif difference > 0 then elseif difference > 0 then
aheadBehind = "ahead of" aheadBehind = "ahead of"
aheadBehindColour = "green" aheadBehindColour = "green"

Loading…
Cancel
Save