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