Skip to content

Commit d3da205

Browse files
committed
fix(mod): release Hold automatically in Classic mode for DJAuto
1 parent 1b43582 commit d3da205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Scripts/Scenes/Game/NoteBehaviours/HoldDrop.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ void BodyCheck()
672672

673673
if(IsClassic)
674674
{
675-
if (!IsJudged || IsAutoplay)
675+
if (!IsJudged || AutoplayMode == AutoplayModeOption.Enable)
676676
{
677677
return;
678678
}

0 commit comments

Comments
 (0)