[sm130futures] Lifts are needed too.
This commit is contained in:
@@ -8,7 +8,8 @@ local ZeroIfNotFound = { __index = function() return 0 end; };
|
|||||||
function GetTotalItems(radars)
|
function GetTotalItems(radars)
|
||||||
return radars:GetValue('RadarCategory_TapsAndHolds')
|
return radars:GetValue('RadarCategory_TapsAndHolds')
|
||||||
+ radars:GetValue('RadarCategory_Holds')
|
+ radars:GetValue('RadarCategory_Holds')
|
||||||
+ radars:GetValue('RadarCategory_Rolls');
|
+ radars:GetValue('RadarCategory_Rolls')
|
||||||
|
+ radars:GetValue('RadarCategory_Lifts');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
-- Determine whether marvelous timing is to be considered.
|
-- Determine whether marvelous timing is to be considered.
|
||||||
|
|||||||
Reference in New Issue
Block a user