diff --git a/source/PlayState.hx b/source/PlayState.hx index 919a502..5a41bcb 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -804,9 +804,6 @@ class PlayState extends MusicBeatState } } - if (!loadRep) - rep = new Replay("na"); - super.create(); } @@ -1650,8 +1647,6 @@ class PlayState extends MusicBeatState function endSong():Void { - if (!loadRep) - rep.SaveReplay(); canPause = false; FlxG.sound.music.volume = 0;