This commit is contained in:
gamerbross 2024-11-04 17:56:42 +00:00 committed by GitHub
commit 5fc5bcf990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2601,7 +2601,6 @@ class PlayState extends MusicBeatSubState
});
}
}
vocals.playerVolume = 0;
applyScore(-10, 'miss', healthChange, true);
@ -2662,7 +2661,6 @@ class PlayState extends MusicBeatSubState
if (event.playSound)
{
vocals.playerVolume = 0;
FunkinSound.playOnce(Paths.soundRandom('missnote', 1, 3), FlxG.random.float(0.1, 0.2));
}
}