fix botplay strums

This commit is contained in:
KadeDeveloper 2021-08-11 18:24:24 -07:00
parent 2ea025fcc9
commit 8034f3134f

View File

@ -4349,6 +4349,8 @@ class PlayState extends MusicBeatState
saveJudge.push(note.rating);
}
if (!PlayStateChangeables.botPlay)
{
playerStrums.forEach(function(spr:FlxSprite)
{
if (Math.abs(note.noteData) == spr.ID)
@ -4356,6 +4358,7 @@ class PlayState extends MusicBeatState
spr.animation.play('confirm', true);
}
});
}
if (!note.isSustainNote)
{