diff --git a/parts/eventsets/rhythm_e.lua b/parts/eventsets/rhythm_e.lua index 1fbea562..4e0843a3 100644 --- a/parts/eventsets/rhythm_e.lua +++ b/parts/eventsets/rhythm_e.lua @@ -46,9 +46,7 @@ return{ if P.modeData.counter==0 then P.modeData.counter=P.modeData.beatFrame SFX.play('click',.3) - P:switchKey(6,true) - P:pressKey(6) - P:switchKey(6,false) + P:act_hardDrop() end end end, diff --git a/parts/eventsets/rhythm_h.lua b/parts/eventsets/rhythm_h.lua index c874e2ba..7d46406b 100644 --- a/parts/eventsets/rhythm_h.lua +++ b/parts/eventsets/rhythm_h.lua @@ -46,9 +46,7 @@ return{ if P.modeData.counter==0 then P.modeData.counter=P.modeData.beatFrame SFX.play('click',.3) - P:switchKey(6,true) - P:pressKey(6) - P:switchKey(6,false) + P:act_hardDrop() end end end, diff --git a/parts/eventsets/rhythm_u.lua b/parts/eventsets/rhythm_u.lua index 0fa87a56..a5db95b3 100644 --- a/parts/eventsets/rhythm_u.lua +++ b/parts/eventsets/rhythm_u.lua @@ -51,9 +51,7 @@ return{ if P.modeData.counter==0 then P.modeData.counter=P.modeData.beatFrame SFX.play('click',.3) - P:switchKey(6,true) - P:pressKey(6) - P:switchKey(6,false) + P:act_hardDrop() end end end,