From b76dcbf1988b81119933994819971c063de952b9 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 10 Jul 2011 14:20:14 -0400 Subject: [PATCH] Don't show held result for Pump. They care about checkpoints/tickcount. --- Themes/default/metrics.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/metrics.ini b/Themes/default/metrics.ini index dc1c427c1e..71d176dafc 100644 --- a/Themes/default/metrics.ini +++ b/Themes/default/metrics.ini @@ -1512,7 +1512,7 @@ ShowJudgmentLineW2=true ShowJudgmentLineW3=true ShowJudgmentLineW4=true ShowJudgmentLineW5=true -ShowJudgmentLineHeld=true +ShowJudgmentLineHeld=(GAMESTATE:GetCurrentGame():GetName() ~= "pump") ShowJudgmentLineMiss=true ShowJudgmentLineMaxCombo=true ShowGradeArea=true