diff --git a/source/PlayState.hx b/source/PlayState.hx index 013c3b6..0e86856 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -4349,13 +4349,16 @@ class PlayState extends MusicBeatState saveJudge.push(note.rating); } - playerStrums.forEach(function(spr:FlxSprite) + if (!PlayStateChangeables.botPlay) { - if (Math.abs(note.noteData) == spr.ID) + playerStrums.forEach(function(spr:FlxSprite) { - spr.animation.play('confirm', true); - } - }); + if (Math.abs(note.noteData) == spr.ID) + { + spr.animation.play('confirm', true); + } + }); + } if (!note.isSustainNote) {