Update SlotStats.xml

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

@ -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"

Loading…
Cancel
Save