Skip to content

Commit

Permalink
fix opponent note splashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Noobz4Life committed Nov 13, 2023
1 parent 209f618 commit ee987c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -2868,6 +2868,10 @@ class PlayState extends MusicBeatState

if (!note.isSustainNote)
{
if(ClientPrefs.data.opponentSplashes) {
spawnNoteSplashOnNote(note);
}

note.kill();
notes.remove(note, true);
note.destroy();
Expand Down

0 comments on commit ee987c4

Please sign in to comment.