Skip to content

Commit 0de939a

Browse files
committed
I forgot this one lol
1 parent ccef7c1 commit 0de939a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MusicBeatState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class MusicBeatState extends FlxUIState
2828

2929
override function create() {
3030
Paths.clearStoredMemory();
31-
if ((!Std.isOfType(this, PlayState)) && (!Std.isOfType(this, pvp.PvPPlayState)) && (!Std.isOfType(this, editors.ChartingState)))
31+
if ((!Std.isOfType(this, PlayState)) && (!Std.isOfType(this, editors.ChartingState)))
3232
Paths.clearUnusedMemory();
3333

3434
var skip:Bool = FlxTransitionableState.skipNextTransOut;

0 commit comments

Comments
 (0)