Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/poec987/FNF-V3
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgieDeez committed Jun 16, 2024
2 parents b49c70d + ef3fce5 commit a8029a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -804,9 +804,6 @@ class PlayState extends MusicBeatState
}
}

if (!loadRep)
rep = new Replay("na");

super.create();
}

Expand Down Expand Up @@ -1650,8 +1647,6 @@ class PlayState extends MusicBeatState

function endSong():Void
{
if (!loadRep)
rep.SaveReplay();

canPause = false;
FlxG.sound.music.volume = 0;
Expand Down

0 comments on commit a8029a2

Please sign in to comment.