Skip to content

Commit cf199a4

Browse files
committed
Update DifficultySelectorSubState.hx
1 parent bb437c7 commit cf199a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/states/freeplay/osu/DifficultySelectorSubState.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ class DifficultySelectorSubState extends MusicBeatSubstate
149149
LoadingState.loadAndSwitchState(archipelago.APEntryState.inArchipelagoMode ? new archipelago.APPlayState().funcAndReturn(function(ps:archipelago.APPlayState) {
150150
@:privateAccess
151151
{
152-
archipelago.APPlayState.currentSong = OsuFreeplayState.instance.fpManager.songList[OsuFreeplayState.instance.curSelected].songName;
153-
archipelago.APPlayState.currentMod = OsuFreeplayState.instance.fpManager.songList[OsuFreeplayState.instance.curSelected].folder;
152+
archipelago.APPlayState.currentSong = OsuFreeplayState.instance.fpManager.songList[OsuFreeplayState.curSelected].songName;
153+
archipelago.APPlayState.currentMod = OsuFreeplayState.instance.fpManager.songList[OsuFreeplayState.curSelected].folder;
154154
}
155155
}) : new states.PlayState());
156156
}

0 commit comments

Comments
 (0)