Skip to content

Commit 9a1196b

Browse files
committed
Fix CBHighlights appearing twice when getting a CB on a Hold Head
1 parent 11ee317 commit 9a1196b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Themes/Til Death/BGAnimations/ScreenGameplay underlay/ScreenFilter.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ local function laneHighlight()
104104
JudgmentMessageCommand=function(self,params)
105105
local notes = params.Notes
106106
local firstTrack = params.FirstTrack+1
107+
if params.HoldNoteScore then return end
107108
if params.Player == pn and params.TapNoteScore then
108109
local enum = Enum.Reverse(TapNoteScore)[params.TapNoteScore]
109110
if enum < judgeThreshold and enum > 3 and i == firstTrack then

0 commit comments

Comments
 (0)