We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ee317 commit 9a1196bCopy full SHA for 9a1196b
Themes/Til Death/BGAnimations/ScreenGameplay underlay/ScreenFilter.lua
@@ -104,6 +104,7 @@ local function laneHighlight()
104
JudgmentMessageCommand=function(self,params)
105
local notes = params.Notes
106
local firstTrack = params.FirstTrack+1
107
+ if params.HoldNoteScore then return end
108
if params.Player == pn and params.TapNoteScore then
109
local enum = Enum.Reverse(TapNoteScore)[params.TapNoteScore]
110
if enum < judgeThreshold and enum > 3 and i == firstTrack then
0 commit comments